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 | æönæönB | 111001101111011010001011011011101110011011110110100010110110111001000010 | e6f68b6ee6f68b6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | æö?næö?nB | 1000111110101001110000011000111110101011110100110011111101101110100011111010100111000001100011111010101111010011001111110110111001000010 | 8fa9c18fabd33f6e8fa9c18fabd33f6e42 |
UTF-8 | æönæönB | 110000111010011011000011101101101100001010001011011011101100001110100110110000111011011011000010100010110110111001000010 | c3a6c3b6c28b6ec3a6c3b6c28b6e42 |
UHC | æ??næ??nB | 1010100110100001001111110011111101101110101010011010000100111111001111110110111001000010 | a9a13f3f6ea9a13f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)