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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 映с?邀?─ | 10001001011001101000010010000011001111111110011110110001001111111000010010011111 | 896684833fe7b13f849f |
EUC-JP | 映с?邀?─ | 10110001110001111010011111100011001111111110111010110011001111111010100010100001 | b1c7a7e33feeb33fa8a1 |
UTF-8 | 映с꺂邀곮─ | 1110011010011000101000001101000110000001111010101011101010000010111010011000001010000000111010101011001110101110111000101001010010000000 | e698a0d181eaba82e98280eab3aee29480 |
UHC | 映с꺂邀곮─ | 111001111011000110101100111000111000001110101011111010011010110110000001111010001010011010100001 | e7b1ace383abe9ad81e8a6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)