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?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | 獏猖猊A獰獨 | 1110000011010001111000001100100111100000110001110100000111100000110101101110000011010101 | e0d1e0c9e0c741e0d6e0d5 |
EUC-JP | 獏猖猊A獰獨 | 1110000011010011111000001100101111100000110010010100000111100000110110001110000011010111 | e0d3e0cbe0c941e0d8e0d7 |
UTF-8 | 獏猖猊A獰獨 | 11100111100011011000111111100111100011001001011011100111100011001000101001000001111001111000110110110000111001111000110110101000 | e78d8fe78c96e78c8a41e78db0e78da8 |
UHC | ?猖猊A獰獨 | 00111111111100111110100111100111110110010100000111100111101111101101010010111100 | 3ff3e9e7d941e7bed4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)