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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??筵捐? | 00111111001111111110001010100101100111010110111100111111 | 3f3fe2a59d6f3f |
EUC-JP | ??筵捐? | 00111111001111111110010010100111110110011101000000111111 | 3f3fe4a7d9d03f |
UTF-8 | 롛롚筵捐롐 | 111010111010000110011011111010111010000110011010111001111010110110110101111001101000110110010000111010111010000110010000 | eba19beba19ae7adb5e68d90eba190 |
UHC | 롛롚筵捐롐 | 10001110110111111000111011011110111001101101110111100110110010001000111011010110 | 8edf8edee6dde6c88ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)