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 | 薤翫晃 | 111001010100010110001010111000111000110101010111 | e5458ae38d57 |
EUC-JP | 薤翫晃 | 111010011010011010110100111001011011100110111000 | e9a6b4e5b9b8 |
UTF-8 | 薤翫晃 | 111010001001011010100100111001111011111110101011111001101001100110000011 | e896a4e7bfabe69983 |
UHC | ?翫晃 | 0011111111101000110100011111110011001100 | 3fe8d1fccc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)