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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ホ簧 | 11001110111101101110111111110110111110101110001011001110 | cef6eff6fae2ce |
EUC-JP | ホ??簧 | 100011101100111000111111001111111110010011010000 | 8ece3f3fe4d0 |
UTF-8 | ホ簧 | 111011111011111010001110111011101001010010010110111011101001010010100001111001111011000010100111 | efbe8eee9496ee94a1e7b0a7 |
UHC | ???簧 | 0011111100111111001111111111110011010111 | 3f3f3ffcd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)