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 | ??喜 | 00111111001111111000101011101100 | 3f3f8aec |
EUC-JP | ??喜 | 00111111001111111011010011101110 | 3f3fb4ee |
UTF-8 | 뤗눼喜 | 111010111010010010010111111010111000100010111100111001011001011010011100 | eba497eb88bce5969c |
UHC | 뤗눼喜 | 100011111100011110110100101101001111110111101100 | 8fc7b4b4fdec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)