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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???縉 | 0011111100111111001111111110001101110101 | 3f3f3fe375 |
EUC-JP | ???縉 | 0011111100111111001111111110010111010110 | 3f3f3fe5d6 |
UTF-8 | 얌렿렧縉 | 111011001001011010001100111010111010000010111111111010111010000010100111111001111011100010001001 | ec968ceba0bfeba0a7e7b889 |
UHC | 얌렿렧縉 | 1011111011100100100011101100011110001110101101101111001011011011 | bee48ec78eb6f2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)