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 | 前?漿??屯 | 100100010100111100111111100111111111011100111111001111111001001111010100 | 914f3f9ff73f3f93d4 |
EUC-JP | 前?漿?塡屯 | 1100000110110000001111111101111011111001001111111000111110111000101101001100011011010110 | c1b03fdef93f8fb8b4c6d6 |
UTF-8 | 前렖漿렱塡屯 | 111001011000100110001101111010111010000010010110111001101011110010111111111010111010000010110001111001011010000110100001111001011011000110101111 | e5898deba096e6bcbfeba0b1e5a1a1e5b1af |
UHC | 前렖漿렱塡屯 | 111011101111000110001110101010111110110111101100100011101011111011101110111100111101010011101010 | eef18eabedec8ebeeef3d4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)