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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 砥??\ | 1001001101110101001111110011111101011100 | 93753f3f5c |
EUC-JP | 砥??\ | 1100010111010110001111110011111101011100 | c5d63f3f5c |
UTF-8 | 砥잭ㅈ\ | 11100111101000001010010111101100100111101010110111100011100001011000100001011100 | e7a0a5ec9eade385885c |
UHC | 砥잭ㅈ\ | 11110010101100101100000011101000101001001011100001011100 | f2b2c0e8a4b85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)