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 | 蘊??鹽 | 111001010101110100111111001111111110101001100100 | e55d3f3fea64 |
EUC-JP | 蘊??鹽 | 111010011011111000111111001111111111001111000101 | e9be3f3ff3c5 |
UTF-8 | 蘊띸즯鹽 | 111010001001100010001010111010111001110110111000111011001010011010101111111010011011100110111101 | e8988aeb9db8eca6afe9b9bd |
UHC | 蘊띸즯鹽 | 1110100010110011100011011110011110100011100000011110011110100100 | e8b38de7a381e7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)