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 | Þû¿ | 110111101111101110111111 | defbbf |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | Þû¿ | 100011111010100110110000100011111010101111100101100011111010001011000100 | 8fa9b08fabe58fa2c4 |
UTF-8 | Þû¿ | 110000111001111011000011101110111100001010111111 | c39ec3bbc2bf |
UHC | Þ?¿ | 1010100010101101001111111010001010101111 | a8ad3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)