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 | ??N | 001111110011111101001110 | 3f3f4e |
SJIS-WIN | ツ短N | 11000010100100100101101001001110 | c2925a4e |
EUC-JP | ツ短N | 1000111011000010110000111011101101001110 | 8ec2c3bb4e |
UTF-8 | ツ短N | 11101111101111101000001011100111100111111010110101001110 | efbe82e79fad4e |
UHC | ?短N | 00111111110100111010110101001110 | 3fd3ad4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)