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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 狃碚狃碚^ | 111000001011101111100001111011101110000010111011111000011110111001011110 | e0bbe1eee0bbe1ee5e |
EUC-JP | 狃碚狃碚^ | 111000001011110111100010111100001110000010111101111000101111000001011110 | e0bde2f0e0bde2f05e |
UTF-8 | 狃碚狃碚^ | 11100111100010111000001111100111101000101001101011100111100010111000001111100111101000101001101001011110 | e78b83e7a29ae78b83e7a29a5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)