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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 厄殃厄 | 100101101110111110011111011010011001011011101111 | 96ef9f6996ef |
EUC-JP | 厄殃厄 | 110011001111000111011101110010101100110011110001 | ccf1ddcaccf1 |
UTF-8 | 厄殃厄 | 111001011000111010000100111001101010111010000011111001011000111010000100 | e58e84e6ae83e58e84 |
UHC | 厄殃厄 | 111001001111100011100100111010101110010011111000 | e4f8e4eae4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)