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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 前?漿?? | 10010001010011110011111110011111111101110011111100111111 | 914f3f9ff73f3f |
EUC-JP | 前?漿?塡 | 110000011011000000111111110111101111100100111111100011111011100010110100 | c1b03fdef93f8fb8b4 |
UTF-8 | 前렖漿렱塡 | 111001011000100110001101111010111010000010010110111001101011110010111111111010111010000010110001111001011010000110100001 | e5898deba096e6bcbfeba0b1e5a1a1 |
UHC | 前렖漿렱塡 | 11101110111100011000111010101011111011011110110010001110101111101110111011110011 | eef18eabedec8ebeeef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)