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 | 凹???蜈 | 10001001100110100011111100111111001111111110010110000101 | 899a3f3f3fe585 |
EUC-JP | 凹???蜈 | 10110001111110100011111100111111001111111110100111100101 | b1fa3f3f3fe9e5 |
UTF-8 | 凹둘됪뿭蜈 | 111001011000011110111001111010111001000110011000111010111001000010101010111010111011111110101101111010001001110010001000 | e587b9eb9198eb90aaebbfade89c88 |
UHC | 凹둘됪뿭蜈 | 11101000111010101011010111010001100010011110011010010111101011011110100010100101 | e8eab5d189e697ade8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)