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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 塋ょ?兀 | 10011010110010001000001011100101001111111001100101011001 | 9ac882e53f9959 |
EUC-JP | 塋ょ?兀 | 11010100110010101010010011100111001111111101000110111010 | d4caa4e73fd1ba |
UTF-8 | 塋ょ텥兀 | 111001011010000110001011111000111000001010000111111011011000010110100101111001011000010110000000 | e5a18be38287ed85a5e58580 |
UHC | 塋ょ텥兀 | 1110011110101011101010101110011110110110100110101110100010110100 | e7abaae7b69ae8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)