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 | 鴣鹿LB | 1110100110110100101000111110100110111001101111110100110001000010 | e9b4a3e9b9bf4c42 |
SJIS-WIN | ?´£???LB | 00111111100000010100110010000001100100100011111100111111001111110100110001000010 | 3f814c81923f3f3f4c42 |
EUC-JP | 鴣�LB | 10001111101010111011000110100001101011011010000111110010100011111010101110110001001111111000111110100010110001000100110001000010 | 8fabb1a1ada1f28fabb13f8fa2c44c42 |
UTF-8 | 鴣鹿LB | 1100001110101001110000101011010011000010101000111100001110101001110000101011100111000010101111110100110001000010 | c3a9c2b4c2a3c3a9c2b9c2bf4c42 |
UHC | ?´??¹¿LB | 0011111110100010101001010011111100111111101010011111011010100010101011110100110001000010 | 3fa2a53f3fa9f6a2af4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)