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 | 諢幗オ・辯ソ | 111001101000010010011011111011001011010110100101111001111000011110111111 | e6849becb5a5e787bf |
EUC-JP | 諢幗オ・辯ソ | 111010111110010011010110111011101000111010110101100011101010010111101101111001111000111010111111 | ebe4d6ee8eb58ea5ede78ebf |
UTF-8 | 諢幗オ・辯ソ | 111010001010101110100010111001011011100110010111111011111011110110110101111011111011110110100101111010001011111010101111111011111011110110111111 | e8aba2e5b997efbdb5efbda5e8beafefbdbf |
UHC | ????辯? | 00111111001111110011111100111111110111001010101000111111 | 3f3f3f3fdcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)