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? | 001111110011111100111111001111110100101100111111 | 3f3f3f3f4b3f |
SJIS-WIN | ??ビ◇K? | 0011111100111111100000110111001010000001100111100100101100111111 | 3f3f8372819e4b3f |
EUC-JP | ??ビ◇K? | 0011111100111111101001011101001110100001111111100100101100111111 | 3f3fa5d3a1fe4b3f |
UTF-8 | 룶핊ビ◇K룶 | 11101011101000111011011011101101100101011000101011100011100000111001001111100010100101111000011101001011111010111010001110110110 | eba3b6ed958ae38393e297874beba3b6 |
UHC | 룶핊ビ◇K룶 | 1000111110101011110000001000111110101011110100111010000111011110010010111000111110101011 | 8fabc08fabd3a1de4b8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)