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 | ¹Ît | 1000111010111001100011101100111001110100 | 8eb98ece74 |
SJIS-WIN | ????t | 0011111100111111001111110011111101110100 | 3f3f3f3f74 |
EUC-JP | ???Ît | 00111111001111110011111110001111101010101100001001110100 | 3f3f3f8faac274 |
UTF-8 | ¹Ît | 110000101000111011000010101110011100001010001110110000111000111001110100 | c28ec2b9c28ec38e74 |
UHC | ?¹??t | 001111111010100111110110001111110011111101110100 | 3fa9f63f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)