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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 劾??? | 1000101001001110001111110011111100111111 | 8a4e3f3f3f |
EUC-JP | 劾?璵? | 10110011101011110011111110001111110011001110011000111111 | b3af3f8fcce63f |
UTF-8 | 劾뽯璵짟 | 111001011000101010111110111010111011110110101111111001111001001010110101111011001010011110011111 | e58abeebbdafe792b5eca79f |
UHC | 劾뽯璵짟 | 1111101010110110100101101110101111100110101001011010010001000010 | fab696ebe6a5a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)