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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??Ŧ??? | 0011111100111111100011111010100110101111001111110011111100111111 | 3f3f8fa9af3f3f3f |
UTF-8 | 嶺든Ŧ玲믥껑 | 1110111110100110101010111110101110010011101000001100010110100110111011111010011010101101111010111010111110100101111010101011101110010001 | efa6abeb93a0c5a6efa6adebafa5eabb91 |
UHC | 嶺든Ŧ玲믥껑 | 111001111010110110110101111001111010100010101110111001111011111110010010111001111011001010110001 | e7adb5e7a8aee7bf92e7b2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)