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 | 11101000101111001000101011100111100000011000110001000010 | e8bc8ae7818c42 |
EUC-JP | 霈顔′B | 11110000101111101011010011101001101000011110110001000010 | f0beb4e9a1ec42 |
UTF-8 | 霈顔′B | 11101001100111001000100011101001101000011001010011100010100000001011001001000010 | e99c88e9a194e280b242 |
UHC | ?顔′B | 001111111110010011010100101000011100011101000010 | 3fe4d4a1c742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)