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 | 鴨???慂 | 10001010100110110011111100111111001111111001110011001000 | 8a9b3f3f3f9cc8 |
EUC-JP | 鴨??琯慂 | 101100111111101100111111001111111000111111001100101100111101100011001010 | b3fb3f3f8fccb3d8ca |
UTF-8 | 鴨뗭뼍琯慂 | 111010011011010010101000111010111001011110101101111010111011110010001101111001111001000010101111111001101000010110000010 | e9b4a8eb97adebbc8de790afe68582 |
UHC | 鴨뗭뼍琯慂 | 11100100111001011000101111101100100101101001010111001110101101011110100110111101 | e4e58bec9695ceb5e9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)