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 | Þ°¼ÆB | 1000111111011110101100001000111010111100100011101100011001000010 | 8fdeb08ebc8ec642 |
SJIS-WIN | ??°????B | 001111110011111110000001100010110011111100111111001111110011111101000010 | 3f3f818b3f3f3f3f42 |
EUC-JP | ?Þ°???ÆB | 00111111100011111010100110110000101000011110101100111111001111110011111110001111101010011010000101000010 | 3f8fa9b0a1eb3f3f3f8fa9a142 |
UTF-8 | Þ°¼ÆB | 110000101000111111000011100111101100001010110000110000101000111011000010101111001100001010001110110000111000011001000010 | c28fc39ec2b0c28ec2bcc28ec38642 |
UHC | ?Þ°?¼?ÆB | 001111111010100010101101101000011100011000111111101010001111100100111111101010001010000101000010 | 3fa8ada1c63fa8f93fa8a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)