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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 町邁?迅? | 1001001010101100111001111011000000111111100100000111011000111111 | 92ace7b03f90763f |
EUC-JP | 町邁?迅? | 1100010010101110111011101011001000111111101111111101011100111111 | c4aeeeb23fbfd73f |
UTF-8 | 町邁걀迅렯 | 111001111001010010111010111010011000001010000001111010101011000110000000111010001011111110000101111010111010000010101111 | e794bae98281eab180e8bf85eba0af |
UHC | 町邁걀迅렯 | 11101111111010111101100011100100101100001011111111100011111101101000111010111100 | efebd8e4b0bfe3f68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)