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 | 町??濟? | 10010010101011000011111100111111111000000101101000111111 | 92ac3f3fe05a3f |
EUC-JP | 町??濟? | 11000100101011100011111100111111110111111011101100111111 | c4ae3f3fdfbb3f |
UTF-8 | 町쩡렩濟렕 | 111001111001010010111010111011001010100110100001111010111010000010101001111001101011111110011111111010111010000010010101 | e794baeca9a1eba0a9e6bf9feba095 |
UHC | 町쩡렩濟렕 | 11101111111010111100001011000100100011101011011111110000101011011000111010101010 | efebc2c48eb7f0ad8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)