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 | ì´Ôê½ | 111011001011010011010100111010101000111010111101 | ecb4d4ea8ebd |
SJIS-WIN | ?´???? | 00111111100000010100110000111111001111110011111100111111 | 3f814c3f3f3f3f |
EUC-JP | ì´Ôê?? | 10001111101010111100000010100001101011011000111110101010110101001000111110101011101101000011111100111111 | 8fabc0a1ad8faad48fabb43f3f |
UTF-8 | ì´Ôê½ | 110000111010110011000010101101001100001110010100110000111010101011000010100011101100001010111101 | c3acc2b4c394c3aac28ec2bd |
UHC | ?´???½ | 0011111110100010101001010011111100111111001111111010100011110110 | 3fa2a53f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)