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 | 元聾?? | 100011001011001110011000010101110011111100111111 | 8cb398573f3f |
EUC-JP | 元聾?? | 101110001011010111001111101110000011111100111111 | b8b5cfb83f3f |
UTF-8 | 元聾렢고 | 111001011000010110000011111010001000000110111110111010111010000010100010111010101011001110100000 | e58583e881beeba0a2eab3a0 |
UHC | 元聾렢고 | 1110101010101010110101101110110010001110101100111011000011101101 | eaaad6ec8eb3b0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)