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 | 傲ゃ? | 1001100011111100100000101110000100111111 | 98fc82e13f |
EUC-JP | 傲ゃ? | 1101000011111110101001001110001100111111 | d0fea4e33f |
UTF-8 | 傲ゃ끏 | 111001011000001010110010111000111000001010000011111010111000000110001111 | e582b2e38283eb818f |
UHC | 傲ゃ끏 | 111001111110110010101010111000111000010110111111 | e7ecaae385bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)