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 | 聟}聟{^ | 1111010011001101111000111101101101111101111101001100110111100011110110110111101101011110 | f4cde3db7df4cde3db7b5e |
EUC-JP | ?聟}?聟{^ | 001111111110011011011101011111010011111111100110110111010111101101011110 | 3fe6dd7d3fe6dd7b5e |
UTF-8 | 聟}聟{^ | 111011101000110110111100111010001000000110011111011111011110111010001101101111001110100010000001100111110111101101011110 | ee8dbce8819f7dee8dbce8819f7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)