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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鄂倬ァ域п | 111001111011110110011000111010011010011110001000111001101000010010000001 | e7bd98e9a788e68481 |
EUC-JP | 鄂倬ァ域п | 11101110101111111101000011101011100011101010011110110000111010001010011111100001 | eebfd0eb8ea7b0e8a7e1 |
UTF-8 | 鄂倬ァ域п | 1110100110000100100000101110010110000000101011001110111110111101101001111110010110011111100111111101000010111111 | e98482e580acefbda7e59f9fd0bf |
UHC | 鄂倬?域п | 111001001100011111110110111100000011111111100110101101001010110011100001 | e4c7f6f03fe6b4ace1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)