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 | 佚????? | 10011000110000110011111100111111001111110011111100111111 | 98c33f3f3f3f3f |
EUC-JP | 佚?獐??? | 110100001100010100111111100011111100101110111010001111110011111100111111 | d0c53f8fcbba3f3f3f |
UTF-8 | 佚렋獐렏麟렯 | 111001001011110110011010111010111010000010001011111001111000110110010000111010111010000010001111111011111010011110110011111010111010000010101111 | e4bd9aeba08be78d90eba08fefa7b3eba0af |
UHC | 佚렋獐렏麟렯 | 111011001110101010001110101000101110110111101111100011101010010111101100111010001000111010111100 | ecea8ea2edef8ea5ece88ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)