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 | 諢幗オ「蟯ウ | 111001101000010010011011111011001011010110100010111001011011001010110011 | e6849becb5a2e5b2b3 |
EUC-JP | 諢幗オ「蟯ウ | 111010111110010011010110111011101000111010110101100011101010001011101010101101001000111010110011 | ebe4d6ee8eb58ea2eab48eb3 |
UTF-8 | 諢幗オ「蟯ウ | 111010001010101110100010111001011011100110010111111011111011110110110101111011111011110110100010111010001001111110101111111011111011110110110011 | e8aba2e5b997efbdb5efbda2e89fafefbdb3 |
UHC | ????蟯? | 00111111001111110011111100111111111010011010100000111111 | 3f3f3f3fe9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)