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 | 100111111111000100111111001111111001111111110001001111110011111101000010 | 9ff13f3f9ff13f3f42 |
EUC-JP | 潁??潁??B | 110111101111001100111111001111111101111011110011001111110011111101000010 | def33f3fdef33f3f42 |
UTF-8 | 潁됬떋潁됬떋B | 11100110101111011000000111101011100100001010110011101011100101101000101111100110101111011000000111101011100100001010110011101011100101101000101101000010 | e6bd81eb90aceb968be6bd81eb90aceb968b42 |
UHC | 潁됬떋潁됬떋B | 11100111101110001000100111100111100010111010000111100111101110001000100111100111100010111010000101000010 | e7b889e78ba1e7b889e78ba142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)