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 | 塋よ??? | 10011010110010001000001011100110001111110011111100111111 | 9ac882e63f3f3f |
EUC-JP | 塋よ??? | 11010100110010101010010011101000001111110011111100111111 | d4caa4e83f3f3f |
UTF-8 | 塋よ뵷掠얙 | 111001011010000110001011111000111000001010001000111010111011010110110111111011111010010110110101111011001001011010011001 | e5a18be38288ebb5b7efa5b5ec9699 |
UHC | 塋よ뵷掠얙 | 11100111101010111010101011101000100101001011010111100101101100011001111001000010 | e7abaae894b5e5b19e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)