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 | 騾守j遐 | 1110100110000000100011101110011110000010100010101110011110100000 | e9808ee7828ae7a0 |
EUC-JP | 騾守j遐 | 1111000111100000101111001110100110100011111010101110111010100010 | f1e0bce9a3eaeea2 |
UTF-8 | 騾守j遐 | 111010011010100010111110111001011010111010001000111011111011110110001010111010011000000110010000 | e9a8bee5ae88efbd8ae98190 |
UHC | ?守j遐 | 00111111111000011111101010100011111010101111100111000110 | 3fe1faa3eaf9c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)