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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鸚??鸚 | 111010100101111100111111001111111110101001011111 | ea5f3f3fea5f |
EUC-JP | 鸚??鸚 | 111100111100000000111111001111111111001111000000 | f3c03f3ff3c0 |
UTF-8 | 鸚릤렞鸚 | 111010011011100010011010111010111010011010100100111010111010000010011110111010011011100010011010 | e9b89aeba6a4eba09ee9b89a |
UHC | 鸚릤렞鸚 | 1110010110100100100100001000011010001110101011111110010110100100 | e5a490868eafe5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)