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 | 雹珥}雹珥{^ | 1110100010111001111000001110000001111101111010001011100111100000111000000111101101011110 | e8b9e0e07de8b9e0e07b5e |
EUC-JP | 雹珥}雹珥{^ | 1111000010111011111000001110001001111101111100001011101111100000111000100111101101011110 | f0bbe0e27df0bbe0e27b5e |
UTF-8 | 雹珥}雹珥{^ | 111010011001101110111001111001111000111110100101011111011110100110011011101110011110011110001111101001010111101101011110 | e99bb9e78fa57de99bb9e78fa57b5e |
UHC | 雹珥}雹珥{^ | 1101101011011111111011001011010001111101110110101101111111101100101101000111101101011110 | dadfecb47ddadfecb47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)