To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??嶸?? | 1110001010100011001111110011111111111010101101000011111100111111 | e2a33f3ffab43f3f |
EUC-JP | 筌??嶸?? | 111001001010010100111111001111111000111110111011111101000011111100111111 | e4a53f3f8fbbf43f3f |
UTF-8 | 筌븍젻嶸뤿젾 | 111001111010110110001100111010111011100010001101111011001010000010111011111001011011011010111000111010111010010010111111111011001010000010111110 | e7ad8cebb88deca0bbe5b6b8eba4bfeca0be |
UHC | 筌븍젻嶸뤿젾 | 111011111010011110111010111010111010000010101110111001111010111010001111111010111010000010110000 | efa7baeba0aee7ae8feba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)