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 | 葹イ謔映 | 11100100110111111011001011100110100000101000100101100110 | e4dfb2e6828966 |
EUC-JP | 葹イ謔映 | 1110100011100001100011101011001011101011111000101011000111000111 | e8e18eb2ebe2b1c7 |
UTF-8 | 葹イ謔映 | 111010001001000110111001111011111011110110110010111010001010110010010100111001101001100010100000 | e891b9efbdb2e8ac94e698a0 |
UHC | ??謔映 | 001111110011111111111001110011001110011110110001 | 3f3ff9cce7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)