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 | á}BOue^ | 111000010111110110011010010000101001011101001111011101010110010101011110 | e17d9a42974f75655e |
SJIS-WIN | ?}?B?Oue^ | 001111110111110100111111010000100011111101001111011101010110010101011110 | 3f7d3f423f4f75655e |
EUC-JP | á}?B?Oue^ | 1000111110101011101000010111110100111111010000100011111101001111011101010110010101011110 | 8faba17d3f423f4f75655e |
UTF-8 | á}BOue^ | 110000111010000101111101110000101001101001000010110000101001011101001111011101010110010101011110 | c3a17dc29a42c2974f75655e |
UHC | ?}?B?Oue^ | 001111110111110100111111010000100011111101001111011101010110010101011110 | 3f7d3f423f4f75655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)