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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鼇ο? | 1110101010000111100000111100110100111111 | ea8783cd3f |
EUC-JP | 鼇ο? | 1111001111100111101001101100111100111111 | f3e7a6cf3f |
UTF-8 | 鼇ο쉭 | 1110100110111100100001111100111010111111111011001000100110101101 | e9bc87cebfec89ad |
UHC | 鼇ο쉭 | 111010001010100010100101111011111011110110101101 | e8a8a5efbdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)