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 | セォ偲爾捨 | 1011111010101011100011101100001110001110101000101000111011001100 | beab8ec38ea28ecc |
EUC-JP | セォ偲爾捨 | 10001110101111101000111010101011101111001100010110111100101001001011110011001110 | 8ebe8eabbcc5bca4bcce |
UTF-8 | セォ偲爾捨 | 111011111011110110111110111011111011110110101011111001011000000110110010111001111000100010111110111001101000110110101000 | efbdbeefbdabe581b2e788bee68da8 |
UHC | ???爾捨 | 00111111001111110011111111101100101100111101111011010111 | 3f3f3fecb3ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)