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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??筵捐??B | 001111110011111111100010101001011001110101101111001111110011111101000010 | 3f3fe2a59d6f3f3f42 |
EUC-JP | ??筵捐??B | 001111110011111111100100101001111101100111010000001111110011111101000010 | 3f3fe4a7d9d03f3f42 |
UTF-8 | 롛롚筵捐롛롚B | 11101011101000011001101111101011101000011001101011100111101011011011010111100110100011011001000011101011101000011001101111101011101000011001101001000010 | eba19beba19ae7adb5e68d90eba19beba19a42 |
UHC | 롛롚筵捐롛롚B | 10001110110111111000111011011110111001101101110111100110110010001000111011011111100011101101111001000010 | 8edf8edee6dde6c88edf8ede42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)