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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??烽 | 00111111001111111110000010000010 | 3f3fe082 |
EUC-JP | ??烽 | 00111111001111111101111111100010 | 3f3fdfe2 |
UTF-8 | 뤗횓烽 | 111010111010010010010111111011011001101010010011111001111000001110111101 | eba497ed9a93e783bd |
UHC | 뤗횓烽 | 100011111100011111000011100011101101110011101011 | 8fc7c38edceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)