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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 隍晄ッ宮d | 1110100010100100100111011110011010101111100010110111101101100100 | e8a49de6af8b7b64 |
EUC-JP | 隍晄ッ宮d | 111100001010011011011010111010001000111010101111101101011101110001100100 | f0a6dae88eafb5dc64 |
UTF-8 | 隍晄ッ宮d | 11101001100110101000110111100110100110011000010011101111101111011010111111100101101011101010111001100100 | e99a8de69984efbdafe5aeae64 |
UHC | 隍晄?宮d | 1111110011011011111111001100110100111111110011111110000001100100 | fcdbfccd3fcfe064 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)