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 | ?る?賃 | 001111111000001011101001001111111001001011000000 | 3f82e93f92c0 |
EUC-JP | ?る˘賃 | 0011111110100100111010111000111110100010101011111100010011000010 | 3fa4eb8fa2afc4c2 |
UTF-8 | 列る˘賃 | 1110111110100110100111001110001110000010100010111100101110011000111010001011001110000011 | efa69ce3828bcb98e8b383 |
UHC | 列る˘賃 | 1110011011101010101010101110101110100010101010001110110011111100 | e6eaaaeba2a8ecfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)