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 | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | 矣矗a | 11110010111000111110000111100001111000011101111001100001 | f2e3e1e1e1de61 |
EUC-JP | ?矣矗a | 001111111110001011100011111000101110000001100001 | 3fe2e3e2e061 |
UTF-8 | 矣矗a | 11101110100010001001101011100111100111111010001111100111100111111001011101100001 | ee889ae79fa3e79f9761 |
UHC | ?矣矗a | 001111111110101111111000111101011011100001100001 | 3febf8f5b861 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)