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 | 霊恪霊 | 100101111110110010011100100011011001011111101100 | 97ec9c8d97ec |
EUC-JP | 霊恪霊 | 110011101110111011010111111011011100111011101110 | ceeed7edceee |
UTF-8 | 霊恪霊 | 111010011001110010001010111001101000000110101010111010011001110010001010 | e99c8ae681aae99c8a |
UHC | ?恪? | 00111111110010101100000100111111 | 3fcac13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)