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 | ???欲↑? | 0011111100111111001111111001011101111110100000011010101000111111 | 3f3f3f977e81aa3f |
EUC-JP | 獒??欲↑? | 10001111110010111011101100111111001111111100110111011111101000101010110000111111 | 8fcbbb3f3fcddfa2ac3f |
UTF-8 | 獒김킊欲↑츝 | 111001111000110110010010111010101011100110000000111011011000001010001010111001101010110010110010111000101000011010010001111011001011100010011101 | e78d92eab980ed828ae6acb2e28691ecb89d |
UHC | 獒김킊欲↑츝 | 111010001010001110110001111010001011010010010110111010011011000010100001111010001010111010010110 | e8a3b1e8b496e9b0a1e8ae96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)