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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 瀋??^ | 1110000001100011001111110011111101011110 | e0633f3f5e |
EUC-JP | 瀋??^ | 1101111111000100001111110011111101011110 | dfc43f3f5e |
UTF-8 | 瀋딁꺋^ | 11100111100000001000101111101011100101001000000111101010101110101000101101011110 | e7808beb9481eaba8b5e |
UHC | 瀋딁꺋^ | 11100100101000111000101011100111100000111011001001011110 | e4a38ae783b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)