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 | 荵滕匡寘 | 1110010010111001100111111110110010001011101001111111101010101001 | e4b99fec8ba7faa9 |
EUC-JP | 荵滕匡寘 | 111010001011101111011110111011101011011010101001100011111011101011100001 | e8bbdeeeb6a98fbae1 |
UTF-8 | 荵滕匡寘 | 111010001000110110110101111001101011101110010101111001011000110010100001111001011010111110011000 | e88db5e6bb95e58ca1e5af98 |
UHC | ??匡? | 0011111100111111110011101100010000111111 | 3f3fcec43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)