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 | 蜥、逵В驤秘 | 1110010110010010101001001110011110011100100001000100001011101001100010001001010011101001 | e592a4e79c8442e98894e9 |
EUC-JP | 蜥、逵В驤秘 | 111010011111001010001110101001001110110111111100101001111010001111110001111010001100100011101011 | e9f28ea4edfca7a3f1e8c8eb |
UTF-8 | 蜥、逵В驤秘 | 1110100010011100101001011110111110111101101001001110100110000000101101011101000010010010111010011010100110100100111001111010011110011000 | e89ca5efbda4e980b5d092e9a9a4e7a798 |
UHC | ??逵В?秘 | 001111110011111111010000101100001010110010100011001111111101110111111010 | 3f3fd0b0aca33fddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)