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 | 踉簿狭碪 | 1110011011110010100101011110101110001011101101111110000111110010 | e6f295eb8bb7e1f2 |
EUC-JP | 踉簿狭碪 | 1110110011110100110010101110110110110110101110011110001011110100 | ecf4caedb6b9e2f4 |
UTF-8 | 踉簿狭碪 | 111010001011100010001001111001111011000010111111111001111000101110101101111001111010001010101010 | e8b889e7b0bfe78bade7a2aa |
UHC | ?簿?? | 0011111111011101101011010011111100111111 | 3fddad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)