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 | ???掖?? | 00111111001111110011111110011101011101000011111100111111 | 3f3f3f9d743f3f |
EUC-JP | ???掖?? | 00111111001111110011111111011001110101010011111100111111 | 3f3f3fd9d53f3f |
UTF-8 | 溫숅렉掖며깽 | 111001101011101010101011111011001000100010000101111010111010000010001001111001101000111010010110111010111010100110110000111010101011100110111101 | e6baabec8885eba089e68e96eba9b0eab9bd |
UHC | 溫숅렉掖며깽 | 111010001010111010011001111010011011011110111010111001001111101010111000111001111011001010100100 | e8ae99e9b7bae4fab8e7b2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)