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 | 茹????? | 11100100101001010011111100111111001111110011111100111111 | e4a53f3f3f3f3f |
EUC-JP | 茹??馹?? | 111010001010011100111111001111111000111111101001101000010011111100111111 | e8a73f3f8fe9a13f3f |
UTF-8 | 茹띾뜃馹띰쭪 | 111010001000110010111001111010111001110110111110111010111001110010000011111010011010011010111001111010111001110110110000111011001010110110101010 | e88cb9eb9dbeeb9c83e9a6b9eb9db0ecadaa |
UHC | 茹띾뜃馹띰쭪 | 111001101010101010001101111010111000110110000111111011001111000110110110111011111010011110011110 | e6aa8deb8d87ecf1b6efa79e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)