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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訒キ髫俸事 | 111110111010001110110111111010011001101010010101111011101000111010010110 | fba3b7e99a95ee8e96 |
EUC-JP | 訒キ髫俸事 | 1000111111011101110010001000111010110111111100011111101011001010111100001011101111110110 | 8fddc88eb7f1facaf0bbf6 |
UTF-8 | 訒キ髫俸事 | 111010001010100010010010111011111011110110110111111010011010101110101011111001001011111110111000111001001011101010001011 | e8a892efbdb7e9ababe4bfb8e4ba8b |
UHC | ???俸事 | 00111111001111110011111111011100111001001101111011000000 | 3f3f3fdce4dec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)