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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐莖ォ「 | 111110101011011011100100101100011010101110100010 | fab6e4b1aba2 |
EUC-JP | 巐莖ォ「 | 100011111011101111111001111010001011001110001110101010111000111010100010 | 8fbbf9e8b38eab8ea2 |
UTF-8 | 巐莖ォ「 | 111001011011011110010000111010001000111010010110111011111011110110101011111011111011110110100010 | e5b790e88e96efbdabefbda2 |
UHC | ?莖?? | 0011111111001100111011000011111100111111 | 3fccec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)