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 | 粐聒}粐聒{^ | 1110001011100010111000111101100001111101111000101110001011100011110110000111101101011110 | e2e2e3d87de2e2e3d87b5e |
EUC-JP | 粐聒}粐聒{^ | 1110010011100100111001101101101001111101111001001110010011100110110110100111101101011110 | e4e4e6da7de4e4e6da7b5e |
UTF-8 | 粐聒}粐聒{^ | 111001111011001010010000111010001000000110010010011111011110011110110010100100001110100010000001100100100111101101011110 | e7b290e881927de7b290e881927b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)