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 | 襞埼Г篌捨 | 11100101111111001000110111101001100001000100001111100010101110101000111011001100 | e5fc8de98443e2ba8ecc |
EUC-JP | 襞埼Г篌捨 | 11101010111111101011101011101011101001111010010011100100101111001011110011001110 | eafebaeba7a4e4bcbcce |
UTF-8 | 襞埼Г篌捨 | 1110100010100101100111101110010110011111101111001101000010010011111001111010111110001100111001101000110110101000 | e8a59ee59fbcd093e7af8ce68da8 |
UHC | ?埼Г?捨 | 0011111111010000111100101010110010100100001111111101111011010111 | 3fd0f2aca43fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)