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 | 嬖襯}嬖襯{^ | 1001101101101001111001100100010001111101100110110110100111100110010001000111101101011110 | 9b69e6447d9b69e6447b5e |
EUC-JP | 嬖襯}嬖襯{^ | 1101010111001010111010111010010101111101110101011100101011101011101001010111101101011110 | d5caeba57dd5caeba57b5e |
UTF-8 | 嬖襯}嬖襯{^ | 111001011010110010010110111010001010010110101111011111011110010110101100100101101110100010100101101011110111101101011110 | e5ac96e8a5af7de5ac96e8a5af7b5e |
UHC | 嬖?}嬖?{^ | 111110001100011000111111011111011111100011000110001111110111101101011110 | f8c63f7df8c63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)