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 | ????N^ | 001111110011111100111111001111110100111001011110 | 3f3f3f3f4e5e |
SJIS-WIN | 雕橸スセN^ | 1110100010111000100111101110111110111101101111100100111001011110 | e8b89eefbdbe4e5e |
EUC-JP | 雕橸スセN^ | 11110000101110101101110011110001100011101011110110001110101111100100111001011110 | f0badcf18ebd8ebe4e5e |
UTF-8 | 雕橸スセN^ | 1110100110011011100101011110011010101001101110001110111110111101101111011110111110111101101111100100111001011110 | e99b95e6a9b8efbdbdefbdbe4e5e |
UHC | 雕???N^ | 11110000111001110011111100111111001111110100111001011110 | f0e73f3f3f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)