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 | ?壹? | 00111111100110101110001100111111 | 3f9ae33f |
EUC-JP | ?壹芚 | 001111111101010011100101100011111101011110111011 | 3fd4e58fd7bb |
UTF-8 | 뤌壹芚 | 111010111010010010001100111001011010001110111001111010001000101010011010 | eba48ce5a3b9e88a9a |
UHC | 뤌壹芚 | 100011111011110011101100111011001101010011101100 | 8fbcececd4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)