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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貞?番 | 1001001011100101001111111001010011010100 | 92e53f94d4 |
EUC-JP | 貞?番 | 1100010011100111001111111100100011010110 | c4e73fc8d6 |
UTF-8 | 貞얩番 | 111010001011001010011110111011001001011010101001111001111001010110101010 | e8b29eec96a9e795aa |
UHC | 貞얩番 | 111011111111011010111110111011011101101111100011 | eff6beeddbe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)