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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??イ?泥? | 0011111100111111100000110100001100111111100100110100010000111111 | 3f3f83433f93443f |
EUC-JP | ??イ?泥? | 0011111100111111101001011010010000111111110001011010010100111111 | 3f3fa5a43fc5a53f |
UTF-8 | 룶핊イ룶泥쓴 | 111010111010001110110110111011011001010110001010111000111000001010100100111010111010001110110110111001101011001110100101111011001001001110110100 | eba3b6ed958ae382a4eba3b6e6b3a5ec93b4 |
UHC | 룶핊イ룶泥쓴 | 100011111010101111000000100011111010101110100100100011111010101111010010111110101011111010110100 | 8fabc08faba48fabd2fabeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)