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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鵝??彦?? | 1110101001000000001111110011111110010101010001100011111100111111 | ea403f3f95463f3f |
EUC-JP | 鵝??彦?? | 1111001110100001001111110011111111001001101001110011111100111111 | f3a13f3fc9a73f3f |
UTF-8 | 鵝껂펿彦긴틠 | 111010011011010110011101111010101011101110000010111011011000111010111111111001011011110110100110111010101011100010110100111011011000101110100000 | e9b59deabb82ed8ebfe5bda6eab8b4ed8ba0 |
UHC | 鵝껂펿彦긴틠 | 111001001011110110000011111001001011110010001110111001011110100110110001111001001011101010001100 | e4bd83e4bc8ee5e9b1e4ba8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)