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 | 犢勺辞犢 | 1110000010110111100011101101100110001110101010111110000010110111 | e0b78ed98eabe0b7 |
EUC-JP | 犢勺辞犢 | 1110000010111001101111001101101110111100101011011110000010111001 | e0b9bcdbbcade0b9 |
UTF-8 | 犢勺辞犢 | 111001111000101010100010111001011000101110111010111010001011111010011110111001111000101010100010 | e78aa2e58bbae8be9ee78aa2 |
UHC | 犢勺?犢 | 11010100101110111110110111000011001111111101010010111011 | d4bbedc33fd4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)