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 | ¼¹¼®Y | 100011101011110010001110101110011000111010111100100011101010111001011001 | 8ebc8eb98ebc8eae59 |
SJIS-WIN | ????????Y | 001111110011111100111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f3f3f59 |
EUC-JP | ???????®Y | 0011111100111111001111110011111100111111001111110011111110001111101000101110111001011001 | 3f3f3f3f3f3f3f8fa2ee59 |
UTF-8 | ¼¹¼®Y | 1100001010001110110000101011110011000010100011101100001010111001110000101000111011000010101111001100001010001110110000101010111001011001 | c28ec2bcc28ec2b9c28ec2bcc28ec2ae59 |
UHC | ?¼?¹?¼?®Y | 00111111101010001111100100111111101010011111011000111111101010001111100100111111101000101110011101011001 | 3fa8f93fa9f63fa8f93fa2e759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)