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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謫セ竊廷瓦 | 111001101001001110111110111000101000011010010010111011001000101010100010 | e693bee28692ec8aa2 |
EUC-JP | 謫セ竊廷瓦 | 11101011111100111000111010111110111000111110011011000100111011101011010010100100 | ebf38ebee3e6c4eeb4a4 |
UTF-8 | 謫セ竊廷瓦 | 111010001010110010101011111011111011110110111110111001111010101110001010111001011011101110110111111001111001001110100110 | e8acabefbdbee7ab8ae5bbb7e793a6 |
UHC | 謫?竊廷瓦 | 111011101110001100111111111011111011110011101111110101011110100010111111 | eee33fefbcefd5e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)