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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?逍B | 00111111111001111001011001000010 | 3fe79642 |
EUC-JP | ?逍B | 00111111111011011111011001000010 | 3fedf642 |
UTF-8 | 뤳逍B | 11101011101001001011001111101001100000001000110101000010 | eba4b3e9808d42 |
UHC | 뤳逍B | 1000111111100001111000011100111001000010 | 8fe1e1ce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)