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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 淋볧쉲淋쏆콟梨 | 111011111010011110110101111010111011001110100111111011001000100110110010111011111010011110110101111011001000111110000110111011001011110110011111111011111010011110100010 | efa7b5ebb3a7ec89b2efa7b5ec8f86ecbd9fefa7a2 |
UHC | 淋볧쉲淋쏆콟梨 | 1110110011111000100100111110110110011010100010011110110011111000100110111110110010110001100101111110110010110001 | ecf893ed9a89ecf89becb197ecb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)