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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?枇?^ | 0011111110010100111110000011111101011110 | 3f94f83f5e |
EUC-JP | ?枇?^ | 0011111111001000111110100011111101011110 | 3fc8fa3f5e |
UTF-8 | 뤋枇쁩^ | 11101011101001001000101111100110100111101000011111101100100000011010100101011110 | eba48be69e87ec81a95e |
UHC | 뤋枇쁩^ | 10001111101110111101110111101101101110111101111001011110 | 8fbbddedbbde5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)