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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟆ク蜀珪 | 11100101101100001011100011100101100001101000110001011101 | e5b0b8e5868c5d |
EUC-JP | 蟆ク蜀珪 | 1110101010110010100011101011100011101001111001101011011110111110 | eab28eb8e9e6b7be |
UTF-8 | 蟆ク蜀珪 | 111010001001111110000110111011111011110110111000111010001001110010000000111001111000111110101010 | e89f86efbdb8e89c80e78faa |
UHC | ??蜀珪 | 001111110011111111110101101110011101000010101000 | 3f3ff5b9d0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)