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 | 闕シ蝎ィ諢。 | 11101000100011011011110011100101100110011010100011100110100001001000000101000010 | e88dbce599a8e6848142 |
EUC-JP | 闕シ蝎ィ諢。 | 111011111110110110001110101111001110100111111001100011101010100011101011111001001010000110100011 | efed8ebce9f98ea8ebe4a1a3 |
UTF-8 | 闕シ蝎ィ諢。 | 111010011001011110010101111011111011110110111100111010001001110110001110111011111011110110101000111010001010101110100010111000111000000010000010 | e99795efbdbce89d8eefbda8e8aba2e38082 |
UHC | 闕?蝎??。 | 110011111111010000111111110010101110100100111111001111111010000110100011 | cff43fcae93f3fa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)