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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 譴戞譴戞B | 111001101010001010011101010000001110011010100010100111010100000001000010 | e6a29d40e6a29d4042 |
EUC-JP | 譴戞譴戞B | 111011001010010011011001101000011110110010100100110110011010000101000010 | eca4d9a1eca4d9a142 |
UTF-8 | 譴戞譴戞B | 11101000101011011011010011100110100010001001111011101000101011011011010011100110100010001001111001000010 | e8adb4e6889ee8adb4e6889e42 |
UHC | 譴?譴?B | 11001100101110010011111111001100101110010011111101000010 | ccb93fccb93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)