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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凹???鈺 | 10001001100110100011111100111111001111111111101111000100 | 899a3f3f3ffbc4 |
EUC-JP | 凹???鈺 | 1011000111111010001111110011111100111111100011111110001111010101 | b1fa3f3f3f8fe3d5 |
UTF-8 | 凹둘됧츥鈺 | 111001011000011110111001111010111001000110011000111010111001000010100111111011001011100010100101111010011000100010111010 | e587b9eb9198eb90a7ecb8a5e988ba |
UHC | 凹둘됧츥鈺 | 11101000111010101011010111010001100010011110010110101110100110111110100010101101 | e8eab5d189e5ae9be8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)