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 | 轢醍水逕 | 1110011110000000100100011110011110010000100001011110011110010100 | e78091e79085e794 |
EUC-JP | 轢醍水逕 | 1110110111100000110000101110100110111111111001011110110111110100 | ede0c2e9bfe5edf4 |
UTF-8 | 轢醍水逕 | 111010001011110110100010111010011000011010001101111001101011000010110100111010011000000010010101 | e8bda2e9868de6b0b4e98095 |
UHC | 轢醍水逕 | 1101010111111001111100001011010111100010101010011100110011101111 | d5f9f0b5e2a9ccef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)