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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 蟻①?] | 100010110110000110000111010000000011111101011101 | 8b6187403f5d |
EUC-JP | 蟻??] | 1011010111000010001111110011111101011101 | b5c23f3f5d |
UTF-8 | 蟻①뇭] | 11101000100111111011101111100010100100011010000011101011100001111010110101011101 | e89fbbe291a0eb87ad5d |
UHC | 蟻①뇭] | 11101011111111001010100011100111100001111001001001011101 | ebfca8e787925d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)