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 | 蔘√ぅ粫 | 1110010011110011100000011110001110000010101000111110001011100110 | e4f381e382a3e2e6 |
EUC-JP | 蔘√ぅ粫 | 1110100011110101101000101110010110100100101001011110010011101000 | e8f5a2e5a4a5e4e8 |
UTF-8 | 蔘√ぅ粫 | 111010001001010010011000111000101000100010011010111000111000000110000101111001111011001010101011 | e89498e2889ae38185e7b2ab |
UHC | 蔘√ぅ? | 11011111101110001010000111101110101010101010010100111111 | dfb8a1eeaaa53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)