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 | レツト | 1101101011110000100011111100001011000100 | daf08fc2c4 |
EUC-JP | レ?ツト | 10001110110110100011111110001110110000101000111011000100 | 8eda3f8ec28ec4 |
UTF-8 | レツト | 111011111011111010011010111011101000000110001110111011111011111010000010111011111011111010000100 | efbe9aee818eefbe82efbe84 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)