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 | ?夭????? | 0011111110011010111011100011111100111111001111110011111100111111 | 3f9aee3f3f3f3f3f |
EUC-JP | ?夭????? | 0011111111010100111100000011111100111111001111110011111100111111 | 3fd4f03f3f3f3f3f |
UTF-8 | 뤵夭툘천렜셍섈 | 111010111010010010110101111001011010010010101101111011011000100010011000111011001011001010011100111010111010000010011100111011001000010110001101111011001000010010001000 | eba4b5e5a4aded8898ecb29ceba09cec858dec8488 |
UHC | 뤵夭툘천렜셍섈 | 1000111111100011111010001110110010111000100011111100001110110101100011101010111010111100110001001011110010101010 | 8fe3e8ecb88fc3b58eaebcc4bcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)