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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 霆冗ォ」B | 11101000101110111000111111100111101010111010001101000010 | e8bb8fe7aba342 |
EUC-JP | 霆冗ォ」B | 111100001011110110111110111010011000111010101011100011101010001101000010 | f0bdbee98eab8ea342 |
UTF-8 | 霆冗ォ」B | 11101001100111001000011011100101100001101001011111101111101111011010101111101111101111011010001101000010 | e99c86e58697efbdabefbda342 |
UHC | 霆冗??B | 11101111111111011110100110110111001111110011111101000010 | effde9b73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)