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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 忍?厄 | 1001010001000101001111111001011011101111 | 94453f96ef |
EUC-JP | 忍?厄 | 1100011110100110001111111100110011110001 | c7a63fccf1 |
UTF-8 | 忍손厄 | 111001011011111110001101111011001000011010010000111001011000111010000100 | e5bf8dec8690e58e84 |
UHC | 忍손厄 | 111011001101101110111100110101011110010011111000 | ecdbbcd5e4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)