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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 莉ーE莉ーEB | 111001001011101110110000010001011110010010111011101100000100010101000010 | e4bbb045e4bbb04542 |
EUC-JP | 莉ーE莉ーEB | 1110100010111101100011101011000001000101111010001011110110001110101100000100010101000010 | e8bd8eb045e8bd8eb04542 |
UTF-8 | 莉ーE莉ーEB | 111010001000111010001001111011111011110110110000010001011110100010001110100010011110111110111101101100000100010101000010 | e88e89efbdb045e88e89efbdb04542 |
UHC | 莉?E莉?EB | 110101111110100100111111010001011101011111101001001111110100010101000010 | d7e93f45d7e93f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)