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¼ | 101111001101101010111100110100110101100110111100 | bcdabcd359bc |
SJIS-WIN | ????Y? | 001111110011111100111111001111110101100100111111 | 3f3f3f3f593f |
EUC-JP | ?Ú?ÓY? | 00111111100011111010101011100010001111111000111110101010110100010101100100111111 | 3f8faae23f8faad1593f |
UTF-8 | ¼Ú¼ÓY¼ | 1100001010111100110000111001101011000010101111001100001110010011010110011100001010111100 | c2bcc39ac2bcc39359c2bc |
UHC | ¼?¼?Y¼ | 101010001111100100111111101010001111100100111111010110011010100011111001 | a8f93fa8f93f59a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)