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 | ?≪?矣 | 001111111000000111100001001111111110000111100001 | 3f81e13fe1e1 |
EUC-JP | 繇≪?矣 | 1000111111010100110100011010001011100011001111111110001011100011 | 8fd4d1a2e33fe2e3 |
UTF-8 | 繇≪씅矣 | 111001111011100110000111111000101000100110101010111011001001010010000101111001111001111110100011 | e7b987e289aaec9485e79fa3 |
UHC | 繇≪씅矣 | 1110100110100011101000011110110010011101100111011110101111111000 | e9a3a1ec9d9debf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)