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 | üD±C | 1111110001000100100011101011000101000011 | fc448eb143 |
SJIS-WIN | ?D?±C | 001111110100010000111111100000010111110101000011 | 3f443f817d43 |
EUC-JP | üD?±C | 1000111110101011111001000100010000111111101000011101111001000011 | 8fabe4443fa1de43 |
UTF-8 | üD±C | 1100001110111100010001001100001010001110110000101011000101000011 | c3bc44c28ec2b143 |
UHC | ?D?±C | 001111110100010000111111101000011011111001000011 | 3f443fa1be43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)