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 | 漿?財? | 100111111111011100111111100011011110000000111111 | 9ff73f8de03f |
EUC-JP | 漿?財? | 110111101111100100111111101110101110001000111111 | def93fbae23f |
UTF-8 | 漿렣財묠 | 111001101011110010111111111010111010000010100011111010001011001010100001111010111010110010100000 | e6bcbfeba0a3e8b2a1ebaca0 |
UHC | 漿렣財묠 | 1110110111101100100011101011010011101110101011111011100110101000 | edec8eb4eeafb9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)