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 | 鬯ィ閧イ蟾ィ | 111010011010110010101000111010001000001010110010111001011011011110101000 | e9aca8e882b2e5b7a8 |
EUC-JP | 鬯ィ閧イ蟾ィ | 111100101010111010001110101010001110111111100010100011101011001011101010101110011000111010101000 | f2ae8ea8efe28eb2eab98ea8 |
UTF-8 | 鬯ィ閧イ蟾ィ | 111010011010110010101111111011111011110110101000111010011001011010100111111011111011110110110010111010001001111110111110111011111011110110101000 | e9acafefbda8e996a7efbdb2e89fbeefbda8 |
UHC | ????蟾? | 00111111001111110011111100111111111000001110101000111111 | 3f3f3f3fe0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)