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 | 貞?佇絅? | 1001001011100101001111111001100011001000111000110100010000111111 | 92e53f98c8e3443f |
EUC-JP | 貞?佇絅? | 1100010011100111001111111101000011001010111001011010010100111111 | c4e73fd0cae5a53f |
UTF-8 | 貞렓佇絅씔 | 111010001011001010011110111010111010000010010011111001001011110110000111111001111011010110000101111011001001010010010100 | e8b29eeba093e4bd87e7b585ec9494 |
UHC | 貞렓佇絅씔 | 11101111111101101000111010101000111011101011011111001100111001111011111010111100 | eff68ea8eeb7cce7bebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)