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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 趺ョh趺 | 111001101110010110101110011010001110011011100101 | e6e5ae68e6e5 |
EUC-JP | 趺ョh趺 | 11101100111001111000111010101110011010001110110011100111 | ece78eae68ece7 |
UTF-8 | 趺ョh趺 | 11101000101101101011101011101111101111011010111001101000111010001011011010111010 | e8b6baefbdae68e8b6ba |
UHC | 趺?h趺 | 110111011011101000111111011010001101110110111010 | ddba3f68ddba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)