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 | 承涬瓔 | 100011111011001111111011010000011110000011111011 | 8fb3fb41e0fb |
EUC-JP | 承涬瓔 | 10111110101101011000111111000111110011111110000011111101 | beb58fc7cfe0fd |
UTF-8 | 承涬瓔 | 111001101000100110111111111001101011011010101100111001111001001110010100 | e689bfe6b6ace79394 |
UHC | 承?瓔 | 1110001110101111001111111110011111000010 | e3af3fe7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)