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 | è¼ø² | 11101000101111001111100010110010 | e8bcf8b2 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | è?ø? | 1000111110101011101100100011111110001111101010011100110000111111 | 8fabb23f8fa9cc3f |
UTF-8 | è¼ø² | 1100001110101000110000101011110011000011101110001100001010110010 | c3a8c2bcc3b8c2b2 |
UHC | ?¼ø² | 00111111101010001111100110101001101010101010100111110111 | 3fa8f9a9aaa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)