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?? | 00111111001111110011111100111111010010110011111100111111 | 3f3f3f3f4b3f3f |
SJIS-WIN | ??ビ◇K?? | 001111110011111110000011011100101000000110011110010010110011111100111111 | 3f3f8372819e4b3f3f |
EUC-JP | ??ビ◇K?? | 001111110011111110100101110100111010000111111110010010110011111100111111 | 3f3fa5d3a1fe4b3f3f |
UTF-8 | 룶핊ビ◇K룶웩 | 11101011101000111011011011101101100101011000101011100011100000111001001111100010100101111000011101001011111010111010001110110110111011001001101110101001 | eba3b6ed958ae38393e297874beba3b6ec9ba9 |
UHC | 룶핊ビ◇K룶웩 | 10001111101010111100000010001111101010111101001110100001110111100100101110001111101010111100000010100001 | 8fabc08fabd3a1de4b8fabc0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)