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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螢馴ョ | 1110010110100011100100111110100110101110 | e5a393e9ae |
EUC-JP | 螢馴ョ | 111010101010010111000110111010111000111010101110 | eaa5c6eb8eae |
UTF-8 | 螢馴ョ | 111010001001111010100010111010011010011010110100111011111011110110101110 | e89ea2e9a6b4efbdae |
UHC | 螢馴? | 1111101110101011111000101111100000111111 | fbabe2f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)