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 | ??蓼 | 00111111001111111110010011111000 | 3f3fe4f8 |
EUC-JP | ??蓼 | 00111111001111111110100011111010 | 3f3fe8fa |
UTF-8 | 뤚乫蓼 | 111010111010010010011010111001001011100110101011111010001001001110111100 | eba49ae4b9abe893bc |
UHC | 뤚乫蓼 | 100011111100100111001010111000011101011011111110 | 8fc9cae1d6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)