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 | 蛛蒟}蛛蒟{^ | 1110010110000001111001001110010101111101111001011000000111100100111001010111101101011110 | e581e4e57de581e4e57b5e |
EUC-JP | 蛛蒟}蛛蒟{^ | 1110100111100001111010001110011101111101111010011110000111101000111001110111101101011110 | e9e1e8e77de9e1e8e77b5e |
UTF-8 | 蛛蒟}蛛蒟{^ | 111010001001101110011011111010001001001010011111011111011110100010011011100110111110100010010010100111110111101101011110 | e89b9be8929f7de89b9be8929f7b5e |
UHC | 蛛?}蛛?{^ | 111100011100100000111111011111011111000111001000001111110111101101011110 | f1c83f7df1c83f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)