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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 絶???灌掖 | 100100001110001000111111001111110011111110011111111100111001110101110100 | 90e23f3f3f9ff39d74 |
EUC-JP | 絶???灌掖 | 110000001110010000111111001111110011111111011110111101011101100111010101 | c0e43f3f3fdef5d9d5 |
UTF-8 | 絶꺨닷뇺灌掖 | 111001111011010110110110111010101011101010101000111010111000101110110111111010111000011110111010111001111000000110001100111001101000111010010110 | e7b5b6eabaa8eb8bb7eb87bae7818ce68e96 |
UHC | 絶꺨닷뇺灌掖 | 111011111011111010000011110011101011010011100101100001111001110111001110101101001110010011111010 | efbe83ceb4e5879dceb4e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)