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 | ¼£¼Ï¼£ | 101111001010001110111100110011111011110010100011 | bca3bccfbca3 |
SJIS-WIN | ?£???£ | 0011111110000001100100100011111100111111001111111000000110010010 | 3f81923f3f3f8192 |
EUC-JP | ?£?Ï?£ | 00111111101000011111001000111111100011111010101011000001001111111010000111110010 | 3fa1f23f8faac13fa1f2 |
UTF-8 | ¼£¼Ï¼£ | 110000101011110011000010101000111100001010111100110000111000111111000010101111001100001010100011 | c2bcc2a3c2bcc38fc2bcc2a3 |
UHC | ¼?¼?¼? | 101010001111100100111111101010001111100100111111101010001111100100111111 | a8f93fa8f93fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)