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 | 笑鶯}笑鶯{^ | 1000111111001110111010011111001001111101100011111100111011101001111100100111101101011110 | 8fcee9f27d8fcee9f27b5e |
EUC-JP | 笑鶯}笑鶯{^ | 1011111011010000111100101111010001111101101111101101000011110010111101000111101101011110 | bed0f2f47dbed0f2f47b5e |
UTF-8 | 笑鶯}笑鶯{^ | 111001111010110010010001111010011011011010101111011111011110011110101100100100011110100110110110101011110111101101011110 | e7ac91e9b6af7de7ac91e9b6af7b5e |
UHC | 笑鶯}笑鶯{^ | 1110000111000101111001011010001101111101111000011100010111100101101000110111101101011110 | e1c5e5a37de1c5e5a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)