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 | 悉霆レミ | 1111000111110110100011101011101111101000101110111101101011010000 | f1f68ebbe8bbdad0 |
EUC-JP | ?悉霆レミ | 001111111011110010111101111100001011110110001110110110101000111011010000 | 3fbcbdf0bd8eda8ed0 |
UTF-8 | 悉霆レミ | 111011101000010110110001111001101000001010001001111010011001110010000110111011111011111010011010111011111011111010010000 | ee85b1e68289e99c86efbe9aefbe90 |
UHC | ?悉霆?? | 00111111111000111111101011101111111111010011111100111111 | 3fe3faeffd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)