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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 偲悉篠レト宍] | 1000111011000011100011101011101110001110110000101101101011000100100011101011001101011101 | 8ec38ebb8ec2dac48eb35d |
EUC-JP | 偲悉篠レト宍] | 10111100110001011011110010111101101111001100010010001110110110101000111011000100101111001011010101011101 | bcc5bcbdbcc48eda8ec4bcb55d |
UTF-8 | 偲悉篠レト宍] | 11100101100000011011001011100110100000101000100111100111101011111010000011101111101111101001101011101111101111101000010011100101101011101000110101011101 | e581b2e68289e7afa0efbe9aefbe84e5ae8d5d |
UHC | ?悉篠???] | 001111111110001111111010111000011100011000111111001111110011111101011101 | 3fe3fae1c63f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)