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 | è½°U | 1110100010111101100011101011000001010101 | e8bd8eb055 |
SJIS-WIN | ???°U | 001111110011111100111111100000011000101101010101 | 3f3f3f818b55 |
EUC-JP | è??°U | 1000111110101011101100100011111100111111101000011110101101010101 | 8fabb23f3fa1eb55 |
UTF-8 | è½°U | 110000111010100011000010101111011100001010001110110000101011000001010101 | c3a8c2bdc28ec2b055 |
UHC | ?½?°U | 00111111101010001111011000111111101000011100011001010101 | 3fa8f63fa1c655 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)