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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 傲??^ | 1001100011111100001111110011111101011110 | 98fc3f3f5e |
EUC-JP | 傲??^ | 1101000011111110001111110011111101011110 | d0fe3f3f5e |
UTF-8 | 傲졿ㄲ^ | 11100101100000101011001011101100101000011011111111100011100001001011001001011110 | e582b2eca1bfe384b25e |
UHC | 傲졿ㄲ^ | 11100111111011001010000011100110101001001010001001011110 | e7eca0e6a4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)