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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 畯陌?] | 111110110110111111101000100110010011111101011101 | fb6fe8993f5d |
EUC-JP | 畯陌?] | 10001111110011011011101111101111111110010011111101011101 | 8fcdbbeff93f5d |
UTF-8 | 畯陌썬] | 11100111100101011010111111101001100110011000110011101100100011011010110001011101 | e795afe9998cec8dac5d |
UHC | 畯陌썬] | 11110001111000011101100011101000101111011110001101011101 | f1e1d8e8bde35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)