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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鱸リ闔ケ質B | 111010011110011111011000111010001000111010111001100011101011111101000010 | e9e7d8e88eb98ebf42 |
EUC-JP | 鱸リ闔ケ質B | 1111001011101001100011101101100011101111111011101000111010111001101111001100000101000010 | f2e98ed8efee8eb9bcc142 |
UTF-8 | 鱸リ闔ケ質B | 11101001101100011011100011101111101111101001100011101001100101111001010011101111101111011011100111101000101100111010101001000010 | e9b1b8efbe98e99794efbdb9e8b3aa42 |
UHC | ??闔?質B | 0011111100111111111110011110111100111111111100101111010101000010 | 3f3ff9ef3ff2f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)