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 | 漿?憶? | 100111111111011100111111100010011010111100111111 | 9ff73f89af3f |
EUC-JP | 漿?憶? | 110111101111100100111111101100101011000100111111 | def93fb2b13f |
UTF-8 | 漿렩憶렕 | 111001101011110010111111111010111010000010101001111001101000011010110110111010111010000010010101 | e6bcbfeba0a9e686b6eba095 |
UHC | 漿렩憶렕 | 1110110111101100100011101011011111100101111000111000111010101010 | edec8eb7e5e38eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)