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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 止?義逢?? | 100011100111111000111111100010110110000010001000101001110011111100111111 | 8e7e3f8b6088a73f3f |
EUC-JP | 止?義逢?? | 101110111101111100111111101101011100000110110000101010010011111100111111 | bbdf3fb5c1b0a93f3f |
UTF-8 | 止렞義逢렰렮 | 111001101010110110100010111010111010000010011110111001111011111010101001111010011000000010100010111010111010000010110000111010111010000010101110 | e6ada2eba09ee7bea9e980a2eba0b0eba0ae |
UHC | 止렞義逢렰렮 | 111100101010110110001110101011111110101111111001110111001111000110001110101111011000111010111011 | f2ad8eafebf9dcf18ebd8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)