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 | ¼Ñ¼µcB | 10001110101111001000111011010001100011101011110010001110101101010110001101000010 | 8ebc8ed18ebc8eb56342 |
SJIS-WIN | ????????cB | 00111111001111110011111100111111001111110011111100111111001111110110001101000010 | 3f3f3f3f3f3f3f3f6342 |
EUC-JP | ???Ñ????cB | 001111110011111100111111100011111010101011010000001111110011111100111111001111110110001101000010 | 3f3f3f8faad03f3f3f3f6342 |
UTF-8 | ¼Ñ¼µcB | 110000101000111011000010101111001100001010001110110000111001000111000010100011101100001010111100110000101000111011000010101101010110001101000010 | c28ec2bcc28ec391c28ec2bcc28ec2b56342 |
UHC | ?¼???¼??cB | 001111111010100011111001001111110011111100111111101010001111100100111111001111110110001101000010 | 3fa8f93f3f3fa8f93f3f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)