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 | 唯炎?? | 100101110100001010001001100010100011111100111111 | 9742898a3f3f |
EUC-JP | 唯炎?? | 110011011010001110110001111010100011111100111111 | cda3b1ea3f3f |
UTF-8 | 唯炎휼뤫 | 111001011001010010101111111001111000001010001110111011011001110010111100111010111010010010101011 | e594afe7828eed9cbceba4ab |
UHC | 唯炎휼뤫 | 1110101011100110111001101111101011001000111000011000111111011001 | eae6e6fac8e18fd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)