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 | ?善?? | 0011111110010001010100000011111100111111 | 3f91503f3f |
EUC-JP | ?善?? | 0011111111000001101100010011111100111111 | 3fc1b13f3f |
UTF-8 | 卨善蟬卨 | 111001011000110110101000111001011001011010000100111010001001111110101100111001011000110110101000 | e58da8e59684e89face58da8 |
UHC | 卨善蟬卨 | 1110000011011001111000001011110011100000110100011110000011011001 | e0d9e0bce0d1e0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)