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 | 鼇??唯?? | 1110101010000111001111110011111110010111010000100011111100111111 | ea873f3f97423f3f |
EUC-JP | 鼇??唯?? | 1111001111100111001111110011111111001101101000110011111100111111 | f3e73f3fcda33f3f |
UTF-8 | 鼇귝븥唯뚥퐞 | 111010011011110010000111111010101011011110011101111010111011100010100101111001011001010010101111111010111001101010100101111011011001000010011110 | e9bc87eab79debb8a5e594afeb9aa5ed909e |
UHC | 鼇귝븥唯뚥퐞 | 111010001010100010000010111001101001010110001110111010101110011010001100111001001011110110000111 | e8a882e6958eeae68ce4bd87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)