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 | 沃??萸? | 10010111100000000011111100111111111001001100111000111111 | 97803f3fe4ce3f |
EUC-JP | 沃??萸? | 11001101111000000011111100111111111010001101000000111111 | cde03f3fe8d03f |
UTF-8 | 沃쇰쉰萸륮 | 111001101011001010000011111011001000011110110000111011001000100110110000111010001001000010111000111010111010010110101110 | e6b283ec87b0ec89b0e890b8eba5ae |
UHC | 沃쇰쉰萸륮 | 11101000101010101011110011101011101111011010111011101011101011011001000001001111 | e8aabcebbdaeebad904f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)