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 | 閼芽崟 | 111010001000010010001001111010001001101110111110 | e88489e89bbe |
EUC-JP | 閼芽崟 | 111011111110010010110010111010101101011011000000 | efe4b2ead6c0 |
UTF-8 | 閼芽崟 | 111010011001011010111100111010001000101010111101111001011011010010011111 | e996bce88abde5b49f |
UHC | 閼芽? | 1110010011011001111001001011010000111111 | e4d9e4b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)