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 | 皙甬}皙甬{^ | 1110000110101010111000010101010001111101111000011010101011100001010101000111101101011110 | e1aae1547de1aae1547b5e |
EUC-JP | 皙甬}皙甬{^ | 1110001010101100111000011011010101111101111000101010110011100001101101010111101101011110 | e2ace1b57de2ace1b57b5e |
UTF-8 | 皙甬}皙甬{^ | 111001111001101010011001111001111001010010101100011111011110011110011010100110011110011110010100101011000111101101011110 | e79a99e794ac7de79a99e794ac7b5e |
UHC | ?甬}?甬{^ | 001111111110100111000101011111010011111111101001110001010111101101011110 | 3fe9c57d3fe9c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)