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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 凉붻쾴溜띾㈇若 | 111011111010010110111001111010111011011010111011111011001011111010110100111011111010011110001011111010111001110110111110111000111000100010000111111011111010010110110100 | efa5b9ebb6bbecbeb4efa78beb9dbee38887efa5b4 |
UHC | 凉붻쾴溜띾㈇若 | 1110010110111100100101001110100010110010100010101110101011111110100011011110101110101001101110001110010110101110 | e5bc94e8b28aeafe8deba9b8e5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)