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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釈邪斜渉 | 1000111011011111100011101101011110001110110011101000111111000010 | 8edf8ed78ece8fc2 |
EUC-JP | 釈邪斜渉 | 1011110011100001101111001101100110111100110100001011111011000100 | bce1bcd9bcd0bec4 |
UTF-8 | 釈邪斜渉 | 111010011000011110001000111010011000001010101010111001101001011010011100111001101011100010001001 | e98788e982aae6969ce6b889 |
UHC | ?邪斜? | 001111111101111011110111110111101101100000111111 | 3fdef7ded83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)