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 | 悉室 | 1111000011101100100011101011101111110010101011101000111010111010 | f0ec8ebbf2ae8eba |
EUC-JP | ?悉?室 | 001111111011110010111101001111111011110010111100 | 3fbcbd3fbcbc |
UTF-8 | 悉室 | 111011101000001010101011111001101000001010001001111011101000011110100101111001011010111010100100 | ee82abe68289ee87a5e5aea4 |
UHC | ?悉?室 | 001111111110001111111010001111111110001111111000 | 3fe3fa3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)