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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 舌橈}舌橈{^ | 1001000011100011100111101111010001111101100100001110001110011110111101000111101101011110 | 90e39ef47d90e39ef47b5e |
EUC-JP | 舌橈}舌橈{^ | 1100000011100101110111001111011001111101110000001110010111011100111101100111101101011110 | c0e5dcf67dc0e5dcf67b5e |
UTF-8 | 舌橈}舌橈{^ | 111010001000100010001100111001101010100110001000011111011110100010001000100011001110011010101001100010000111101101011110 | e8888ce6a9887de8888ce6a9887b5e |
UHC | 舌橈}舌橈{^ | 1110000011011111111010001111101001111101111000001101111111101000111110100111101101011110 | e0dfe8fa7de0dfe8fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)