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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 前?繆 | 1001000101001111001111111110001101111000 | 914f3fe378 |
EUC-JP | 前?繆 | 1100000110110000001111111110010111011001 | c1b03fe5d9 |
UTF-8 | 前뀌繆 | 111001011000100110001101111010111000000010001100111001111011100110000110 | e5898deb808ce7b986 |
UHC | 前뀌繆 | 111011101111000110110010111011101101100111110000 | eef1b2eed9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)