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 | 劾肢燦 | 100010100100111010001110100010001000111001010111 | 8a4e8e888e57 |
EUC-JP | 劾肢燦 | 101100111010111110111011111010001011101110111000 | b3afbbe8bbb8 |
UTF-8 | 劾肢燦 | 111001011000101010111110111010001000001010100010111001111000011110100110 | e58abee882a2e787a6 |
UHC | 劾肢燦 | 111110101011011011110010101101101111001110111110 | fab6f2b6f3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)