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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涌韈唸 | 100101110100111111101000111001111001101001011000 | 974fe8e79a58 |
EUC-JP | 涌韈唸 | 110011011011000011110000111010011101001110111001 | cdb0f0e9d3b9 |
UTF-8 | 涌韈唸 | 111001101011011010001100111010011001111110001000111001011001010010111000 | e6b68ce99f88e594b8 |
UHC | 涌?? | 11101001101111110011111100111111 | e9bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)