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 | 蜥ォ蝟滉ソセ | 111001011001001010101011111001011001011010011111111001001011111110111110 | e592abe5969fe4bfbe |
EUC-JP | 蜥ォ蝟滉ソセ | 111010011111001010001110101010111110100111110110110111101110011010001110101111111000111010111110 | e9f28eabe9f6dee68ebf8ebe |
UTF-8 | 蜥ォ蝟滉ソセ | 111010001001110010100101111011111011110110101011111010001001110110011111111001101011101110001001111011111011110110111111111011111011110110111110 | e89ca5efbdabe89d9fe6bb89efbdbfefbdbe |
UHC | ??蝟滉?? | 0011111100111111111010101101101011111100110100010011111100111111 | 3f3feadafcd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)