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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???二??? | 0011111100111111001111111001001111110001001111110011111100111111 | 3f3f3f93f13f3f3f |
EUC-JP | ???二??? | 0011111100111111001111111100011011110011001111110011111100111111 | 3f3f3fc6f33f3f3f |
UTF-8 | 琉뽫춱二논씟履 | 111011111010011110001100111010111011110110101011111011001011011010110001111001001011101010001100111010111000010110111100111011001001010010011111111011111010011110011111 | efa78cebbdabecb6b1e4ba8ceb85bcec949fefa79f |
UHC | 琉뽫춱二논씟履 | 1110101110100100100101101110011110101101100011011110110010100011101100111110110110011101101100111110110010101010 | eba496e7ad8deca3b3ed9db3ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)