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 | ????筵 | 001111110011111100111111001111111110001010100101 | 3f3f3f3fe2a5 |
EUC-JP | ????筵 | 001111110011111100111111001111111110010010100111 | 3f3f3f3fe4a7 |
UTF-8 | 롅렫롛렱筵 | 111010111010000110000101111010111010000010101011111010111010000110011011111010111010000010110001111001111010110110110101 | eba185eba0abeba19beba0b1e7adb5 |
UHC | 롅렫롛렱筵 | 10001110110010111000111010111001100011101101111110001110101111101110011011011101 | 8ecb8eb98edf8ebee6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)