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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 驕呟ケ作億^ | 11101001100000011001100111101010101110011000110111101100100010011010110101011110 | e98199eab98dec89ad5e |
EUC-JP | 驕呟ケ作億^ | 1111000111100001110100101110110010001110101110011011101011101110101100101010111101011110 | f1e1d2ec8eb9baeeb2af5e |
UTF-8 | 驕呟ケ作億^ | 11101001101010011001010111100101100100011001111111101111101111011011100111100100101111011001110011100101100001001000010001011110 | e9a995e5919fefbdb9e4bd9ce584845e |
UHC | 驕??作億^ | 110011101111011000111111001111111110110111000010111001011110001001011110 | cef63f3fedc2e5e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)