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 | 鴨??燼 | 100010101001101100111111001111111110000010011110 | 8a9b3f3fe09e |
EUC-JP | 鴨??燼 | 101100111111101100111111001111111101111111111110 | b3fb3f3fdffe |
UTF-8 | 鴨뗦뎉燼 | 111010011011010010101000111010111001011110100110111010111000111010001001111001111000011110111100 | e9b4a8eb97a6eb8e89e787bc |
UHC | 鴨뗦뎉燼 | 1110010011100101100010111110011010001001010101111110001111101000 | e4e58be68957e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)