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 | 韆ホ鬚 | 1110100011100110110011101110100110100010 | e8e6cee9a2 |
EUC-JP | 韆ホ鬚 | 111100001110100010001110110011101111001010100100 | f0e88ecef2a4 |
UTF-8 | 韆ホ鬚 | 111010011001111110000110111011111011111010001110111010011010110010011010 | e99f86efbe8ee9ac9a |
UHC | 韆?鬚 | 1111010011000111001111111110001011010001 | f4c73fe2d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)