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 | 畯陌?^ | 111110110110111111101000100110010011111101011110 | fb6fe8993f5e |
EUC-JP | 畯陌?^ | 10001111110011011011101111101111111110010011111101011110 | 8fcdbbeff93f5e |
UTF-8 | 畯陌썬^ | 11100111100101011010111111101001100110011000110011101100100011011010110001011110 | e795afe9998cec8dac5e |
UHC | 畯陌썬^ | 11110001111000011101100011101000101111011110001101011110 | f1e1d8e8bde35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)