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 | òó¼¬ | 11110010111100111011110010101100 | f2f3bcac |
SJIS-WIN | ???¬ | 0011111100111111001111111000000111001010 | 3f3f3f81ca |
EUC-JP | òó?¬ | 100011111010101111010010100011111010101111010001001111111010001011001100 | 8fabd28fabd13fa2cc |
UTF-8 | òó¼¬ | 1100001110110010110000111011001111000010101111001100001010101100 | c3b2c3b3c2bcc2ac |
UHC | ??¼? | 0011111100111111101010001111100100111111 | 3f3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)