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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 猖狠狒A | 11100000110010011110000011000001111000001011111101000001 | e0c9e0c1e0bf41 |
EUC-JP | 猖狠狒A | 11100000110010111110000011000011111000001100000101000001 | e0cbe0c3e0c141 |
UTF-8 | 猖狠狒A | 11100111100011001001011011100111100010111010000011100111100010111001001001000001 | e78c96e78ba0e78b9241 |
UHC | 猖??A | 1111001111101001001111110011111101000001 | f3e93f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)