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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 獺疚[獺疚[^ | 1110000011011010111000010110101101011011111000001101101011100001011010110101101101011110 | e0dae16b5be0dae16b5b5e |
EUC-JP | 獺疚[獺疚[^ | 1110000011011100111000011100110001011011111000001101110011100001110011000101101101011110 | e0dce1cc5be0dce1cc5b5e |
UTF-8 | 獺疚[獺疚[^ | 111001111000110110111010111001111001011010011010010110111110011110001101101110101110011110010110100110100101101101011110 | e78dbae7969a5be78dbae7969a5b5e |
UHC | 獺?[獺?[^ | 110100111011011100111111010110111101001110110111001111110101101101011110 | d3b73f5bd3b73f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)