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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??序?□B | 0011111100111111100011111001100000111111100000011010000001000010 | 3f3f8f983f81a042 |
EUC-JP | ??序?□B | 0011111100111111101111011111100000111111101000101010001001000010 | 3f3fbdf83fa2a242 |
UTF-8 | 룴찼序㈒□B | 11101011101000111011010011101100101100001011110011100101101110101000111111100011100010001001001011100010100101101010000101000010 | eba3b4ecb0bce5ba8fe38892e296a142 |
UHC | 룴찼序㈒□B | 1000111110101001110000111010000111011111111011011010100111000011101000011110000001000010 | 8fa9c3a1dfeda9c3a1e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)