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 | ?歪???? | 00111111100110000110001100111111001111110011111100111111 | 3f98633f3f3f3f |
EUC-JP | ?歪???? | 00111111110011111100010000111111001111110011111100111111 | 3fcfc43f3f3f3f |
UTF-8 | 롔歪렑롎롖롗 | 111010111010000110010100111001101010110110101010111010111010000010010001111010111010000110001110111010111010000110010110111010111010000110010111 | eba194e6adaaeba091eba18eeba196eba197 |
UHC | 롔歪렑롎롖롗 | 100011101101100011101000111000001000111010100110100011101101010010001110110110101000111011011011 | 8ed8e8e08ea68ed48eda8edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)