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 | 悉溿ホ | 11110010101011011000111010111011111110110100101011001110 | f2ad8ebbfb4ace |
EUC-JP | ?悉溿ホ | 0011111110111100101111011000111111001000101100011000111011001110 | 3fbcbd8fc8b18ece |
UTF-8 | 悉溿ホ | 111011101000011110100100111001101000001010001001111001101011101010111111111011111011111010001110 | ee87a4e68289e6babfefbe8e |
UHC | ?悉?? | 0011111111100011111110100011111100111111 | 3fe3fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)