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 | ¾êä¾¼®E | 100011101011111011101010111001001000111010111110101111001010111001000101 | 8ebeeae48ebebcae45 |
SJIS-WIN | ????????E | 001111110011111100111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f3f3f45 |
EUC-JP | ??êä???®E | 001111110011111110001111101010111011010010001111101010111010001100111111001111110011111110001111101000101110111001000101 | 3f3f8fabb48faba33f3f3f8fa2ee45 |
UTF-8 | ¾êä¾¼®E | 1100001010001110110000101011111011000011101010101100001110100100110000101000111011000010101111101100001010111100110000101010111001000101 | c28ec2bec3aac3a4c28ec2bec2bcc2ae45 |
UHC | ?¾???¾¼®E | 00111111101010001111101000111111001111110011111110101000111110101010100011111001101000101110011101000101 | 3fa8fa3f3f3fa8faa8f9a2e745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)