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 | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
SJIS-WIN | モ」簑C | 1101001110100011111000101100000001000011 | d3a3e2c043 |
EUC-JP | モ」簑C | 10001110110100111000111010100011111001001100001001000011 | 8ed38ea3e4c243 |
UTF-8 | モ」簑C | 11101111101111101001001111101111101111011010001111100111101100001001000101000011 | efbe93efbda3e7b09143 |
UHC | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)