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 | 町?應?? | 10010010101011000011111110011100111001000011111100111111 | 92ac3f9ce43f3f |
EUC-JP | 町?應?? | 11000100101011100011111111011000111001100011111100111111 | c4ae3fd8e63f3f |
UTF-8 | 町렊應렩롈 | 111001111001010010111010111010111010000010001010111001101000011110001001111010111010000010101001111010111010000110001000 | e794baeba08ae68789eba0a9eba188 |
UHC | 町렊應렩롈 | 11101111111010111000111010100001111010111110101110001110101101111000111011001110 | efeb8ea1ebeb8eb78ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)