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 | ンレ「ュ。ェ | 110111011101101010100010101011011010000110101010 | dddaa2ada1aa |
EUC-JP | ンレ「ュ。ェ | 100011101101110110001110110110101000111010100010100011101010110110001110101000011000111010101010 | 8edd8eda8ea28ead8ea18eaa |
UTF-8 | ンレ「ュ。ェ | 111011111011111010011101111011111011111010011010111011111011110110100010111011111011110110101101111011111011110110100001111011111011110110101010 | efbe9defbe9aefbda2efbdadefbda1efbdaa |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)