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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???漿【 | 00111111001111110011111110011111111101111000000101111001 | 3f3f3f9ff78179 |
EUC-JP | ???漿【 | 00111111001111110011111111011110111110011010000111011010 | 3f3f3fdef9a1da |
UTF-8 | 뤶횓쿳漿【 | 111010111010010010110110111011011001101010010011111011001011111110110011111001101011110010111111111000111000000010010000 | eba4b6ed9a93ecbfb3e6bcbfe38090 |
UHC | 뤶횓쿳漿【 | 10001111111001001100001110001110110001001111001111101101111011001010000110111100 | 8fe4c38ec4f3edeca1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)