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 | 疫ラВ譯 | 1000100101110101100000111000100110000100010000101110011010100001 | 897583898442e6a1 |
EUC-JP | 疫ラВ譯 | 1011000111010110101001011110100110100111101000111110110010100011 | b1d6a5e9a7a3eca3 |
UTF-8 | 疫ラВ譯 | 1110011110010110101010111110001110000011101010011101000010010010111010001010110110101111 | e796abe383a9d092e8adaf |
UHC | 疫ラВ譯 | 1110011010111001101010111110100110101100101000111110011010111011 | e6b9abe9aca3e6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)