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 | 陰≪?倭 | 10001001010000011000000111100001001111111001100001100000 | 894181e13f9860 |
EUC-JP | 陰≪?倭 | 10110001101000101010001011100011001111111100111111000001 | b1a2a2e33fcfc1 |
UTF-8 | 陰≪냼倭 | 111010011001100110110000111000101000100110101010111010111000001110111100111001011000000010101101 | e999b0e289aaeb83bce580ad |
UHC | 陰≪냼倭 | 1110101111100100101000011110110010000110100011001110100011011110 | ebe4a1ec868ce8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)