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 | 氏??蝨 | 100011101000000100111111001111111110010110011100 | 8e813f3fe59c |
EUC-JP | 氏??蝨 | 101110111110000100111111001111111110100111111100 | bbe13f3fe9fc |
UTF-8 | 氏뎼뢘蝨 | 111001101011000010001111111010111000111010111100111010111010001010011000111010001001110110101000 | e6b08feb8ebceba298e89da8 |
UHC | 氏뎼뢘蝨 | 1110010010101011100010011000111110001111010100111110001110100100 | e4ab898f8f53e3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)