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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯ョ?墻?? | 100110101110000110000011100001110011111110011010110101000011111100111111 | 9ae183873f9ad43f3f |
EUC-JP | 壯ョ?墻?? | 110101001110001110100101111001110011111111010100110101100011111100111111 | d4e3a5e73fd4d63f3f |
UTF-8 | 壯ョ뿏墻댐스 | 111001011010001110101111111000111000001110100111111010111011111110001111111001011010001010111011111010111000110010010000111011001000101010100100 | e5a3afe383a7ebbf8fe5a2bbeb8c90ec8aa4 |
UHC | 壯ョ뿏墻댐스 | 111011011110000010101011111001111001011110010100111011011101111110110100111011111011110110111010 | ede0abe79794eddfb4efbdba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)