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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炫レタ | 11111011010100101101101011000000 | fb52dac0 |
EUC-JP | 炫レタ | 10001111110010011101001110001110110110101000111011000000 | 8fc9d38eda8ec0 |
UTF-8 | 炫レタ | 111001111000001010101011111011111011111010011010111011111011111010000000 | e782abefbe9aefbe80 |
UHC | 炫?? | 11111010110110110011111100111111 | fadb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)