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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?科莎ご? | 0011111110001001110010001110010010110011100000101011001000111111 | 3f89c8e4b382b23f |
EUC-JP | ?科莎ご? | 0011111110110010110010101110100010110101101001001011010000111111 | 3fb2cae8b5a4b43f |
UTF-8 | 룴科莎ご룶 | 111010111010001110110100111001111010011110010001111010001000111010001110111000111000000110010100111010111010001110110110 | eba3b4e7a791e88e8ee38194eba3b6 |
UHC | 룴科莎ご룶 | 10001111101010011100111010100001110111101110110110101010101101001000111110101011 | 8fa9cea1deedaab48fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)