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 | ????k?? | 00111111001111110011111100111111011010110011111100111111 | 3f3f3f3f6b3f3f |
SJIS-WIN | ??ビ◇k?? | 001111110011111110000011011100101000000110011110011010110011111100111111 | 3f3f8372819e6b3f3f |
EUC-JP | ??ビ◇k?? | 001111110011111110100101110100111010000111111110011010110011111100111111 | 3f3fa5d3a1fe6b3f3f |
UTF-8 | 룶핊ビ◇k룶웩 | 11101011101000111011011011101101100101011000101011100011100000111001001111100010100101111000011101101011111010111010001110110110111011001001101110101001 | eba3b6ed958ae38393e297876beba3b6ec9ba9 |
UHC | 룶핊ビ◇k룶웩 | 10001111101010111100000010001111101010111101001110100001110111100110101110001111101010111100000010100001 | 8fabc08fabd3a1de6b8fabc0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)