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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 梧??晤??B | 100011001110011000111111001111111001110111101011001111110011111101000010 | 8ce63f3f9deb3f3f42 |
EUC-JP | 梧??晤??B | 101110001110100000111111001111111101101011101101001111110011111101000010 | b8e83f3fdaed3f3f42 |
UTF-8 | 梧귨숲晤좑슭B | 11100110101000101010011111101010101101111010100011101100100010001011001011100110100110011010010011101100101000101001000111101100100010101010110101000010 | e6a2a7eab7a8ec88b2e699a4eca291ec8aad42 |
UHC | 梧귨숲晤좑슭B | 11100111111111001000001011101111101111011010001111100111111110111010000011101111101111011011111001000010 | e7fc82efbda3e7fba0efbdbe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)