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 | ??擁捐 | 001111110011111110010111011010011001110101101111 | 3f3f97699d6f |
EUC-JP | ??擁捐 | 001111110011111111001101110010101101100111010000 | 3f3fcdcad9d0 |
UTF-8 | 롗롊擁捐 | 111010111010000110010111111010111010000110001010111001101001001110000001111001101000110110010000 | eba197eba18ae69381e68d90 |
UHC | 롗롊擁捐 | 1000111011011011100011101101000011101000101101101110011011001000 | 8edb8ed0e8b6e6c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)