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 | ?遡繹? | 001111111001000101101011111000111000100000111111 | 3f916be3883f |
EUC-JP | ?遡繹? | 001111111100000111001100111001011110100000111111 | 3fc1cce5e83f |
UTF-8 | 黎遡繹쎺 | 111011111010011010001001111010011000000110100001111001111011100110111001111011001000111010111010 | efa689e981a1e7b9b9ec8eba |
UHC | 黎遡繹쎺 | 1110011010110001111000011100111111100110101110101001101111100001 | e6b1e1cfe6ba9be1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)