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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | セリ] | 1011111011111000110111011101100001011101 | bef8ddd85d |
EUC-JP | セ?リ] | 100011101011111000111111100011101101100001011101 | 8ebe3f8ed85d |
UTF-8 | セリ] | 11101111101111011011111011101110100110011011110011101111101111101001100001011101 | efbdbeee99bcefbe985d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)