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 | 邏玲ケソ蒿咎 | 11100111101101001001011111100110101110011011111111100100111001001001100111101001 | e7b497e6b9bfe4e499e9 |
EUC-JP | 邏玲ケソ蒿咎 | 111011101011011011001110111010001000111010111001100011101011111111101000111001101101001011101011 | eeb6cee88eb98ebfe8e6d2eb |
UTF-8 | 邏玲ケソ蒿咎 | 111010011000001010001111111001111000111010110010111011111011110110111001111011111011110110111111111010001001001010111111111001011001001010001110 | e9828fe78eb2efbdb9efbdbfe892bfe5928e |
UHC | 邏玲??蒿咎 | 11010101101001001101011010111100001111110011111111111011110110101100111110100100 | d5a4d6bc3f3ffbdacfa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)