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 | 衙?}衙?{^ | 111001011100100100111111011111011110010111001001001111110111101101011110 | e5c93f7de5c93f7b5e |
EUC-JP | 衙潚}衙潚{^ | 11101010110010111000111111001000110110100111110111101010110010111000111111001000110110100111101101011110 | eacb8fc8da7deacb8fc8da7b5e |
UTF-8 | 衙潚}衙潚{^ | 111010001010000110011001111001101011110110011010011111011110100010100001100110011110011010111101100110100111101101011110 | e8a199e6bd9a7de8a199e6bd9a7b5e |
UHC | 衙潚}衙潚{^ | 1110010010110111111000101101100001111101111001001011011111100010110110000111101101011110 | e4b7e2d87de4b7e2d87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)