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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??輕 | 00111111001111111110011101101010 | 3f3fe76a |
EUC-JP | ??輕 | 00111111001111111110110111001011 | 3f3fedcb |
UTF-8 | 뤛퐥輕 | 111010111010010010011011111011011001000010100101111010001011110010010101 | eba49bed90a5e8bc95 |
UHC | 뤛퐥輕 | 100011111100101010111101100011101100110011101110 | 8fcabd8eccee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)