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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阻?肢?? | 10010001011010100011111110001110100010000011111100111111 | 916a3f8e883f3f |
EUC-JP | 阻?肢?? | 11000001110010110011111110111011111010000011111100111111 | c1cb3fbbe83f3f |
UTF-8 | 阻렎肢골렱 | 111010011001100010111011111010111010000010001110111010001000001010100010111010101011001110101000111010111010000010110001 | e998bbeba08ee882a2eab3a8eba0b1 |
UHC | 阻렎肢골렱 | 11110000111001101000111010100100111100101011011010110000111100011000111010111110 | f0e68ea4f2b6b0f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)