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 | 齊??漬? | 11101010100011100011111100111111100100101101000000111111 | ea8e3f3f92d03f |
EUC-JP | 齊泮?漬? | 111100111110111010001111110001111010100000111111110001001101001000111111 | f3ee8fc7a83fc4d23f |
UTF-8 | 齊泮땍漬뼁 | 111010011011110110001010111001101011001110101110111010111001010110001101111001101011110010101100111010111011110010000001 | e9bd8ae6b3aeeb958de6bcacebbc81 |
UHC | 齊泮땍漬뼁 | 11110000101110101101101011101010101101101010100011110010101100001011101110111111 | f0badaeab6a8f2b0bbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)