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 | 蜍蝣}蜍蝣{^ | 1110010110001011111001011010000001111101111001011000101111100101101000000111101101011110 | e58be5a07de58be5a07b5e |
EUC-JP | 蜍蝣}蜍蝣{^ | 1110100111101011111010101010001001111101111010011110101111101010101000100111101101011110 | e9ebeaa27de9ebeaa27b5e |
UTF-8 | 蜍蝣}蜍蝣{^ | 111010001001110010001101111010001001110110100011011111011110100010011100100011011110100010011101101000110111101101011110 | e89c8de89da37de89c8de89da37b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)