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 | 10001010111001111000101011100111111000100111001001000010 | 8ae78ae7e27242 |
EUC-JP | 顔顔穩B | 10110100111010011011010011101001111000111101001101000010 | b4e9b4e9e3d342 |
UTF-8 | 顔顔穩B | 11101001101000011001010011101001101000011001010011100111101010011010100101000010 | e9a194e9a194e7a9a942 |
UHC | 顔顔穩B | 11100100110101001110010011010100111010001011000101000010 | e4d4e4d4e8b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)