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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 航??B | 1000110101110001001111110011111101000010 | 8d713f3f42 |
EUC-JP | 航??B | 1011100111010010001111110011111101000010 | b9d23f3f42 |
UTF-8 | 航깨젿B | 11101000100010001010101011101010101110011010100011101100101000001011111101000010 | e888aaeab9a8eca0bf42 |
UHC | 航깨젿B | 11111001111111101011000111111010101000001011000101000010 | f9feb1faa0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)