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 | ???[k | 0011111100111111001111110101101101101011 | 3f3f3f5b6b |
SJIS-WIN | 砥??[k | 100100110111010100111111001111110101101101101011 | 93753f3f5b6b |
EUC-JP | 砥??[k | 110001011101011000111111001111110101101101101011 | c5d63f3f5b6b |
UTF-8 | 砥잭ㅈ[k | 1110011110100000101001011110110010011110101011011110001110000101100010000101101101101011 | e7a0a5ec9eade385885b6b |
UHC | 砥잭ㅈ[k | 1111001010110010110000001110100010100100101110000101101101101011 | f2b2c0e8a4b85b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)