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 | 釈社セ | 1000111011011111100011101101000010111110 | 8edf8ed0be |
EUC-JP | 釈社セ | 101111001110000110111100110100101000111010111110 | bce1bcd28ebe |
UTF-8 | 釈社セ | 111010011000011110001000111001111010010010111110111011111011110110111110 | e98788e7a4beefbdbe |
UHC | ?社? | 00111111110111101110010000111111 | 3fdee43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)