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 | 髴厄セる巣 | 111010011001110010010110111011111011111010000010111010011001000110000011 | e99c96efbe82e99183 |
EUC-JP | 髴厄セる巣 | 11110001111111001100110011110001100011101011111010100100111010111100000111100011 | f1fcccf18ebea4ebc1e3 |
UTF-8 | 髴厄セる巣 | 111010011010101110110100111001011000111010000100111011111011110110111110111000111000001010001011111001011011011110100011 | e9abb4e58e84efbdbee3828be5b7a3 |
UHC | ?厄?る? | 00111111111001001111100000111111101010101110101100111111 | 3fe4f83faaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)