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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 宥峰?B | 100101110100011110010101111101000011111101000010 | 974795f43f42 |
EUC-JP | 宥峰?B | 110011011010100011001010111101100011111101000010 | cda8caf63f42 |
UTF-8 | 宥峰깸B | 11100101101011101010010111100101101100111011000011101010101110011011100001000010 | e5aea5e5b3b0eab9b842 |
UHC | 宥峰깸B | 11101010111010011101110011101000101100011111111001000010 | eae9dce8b1fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)