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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驍ッ鬧ソ | 111010011000001010101111111010011010011110111111 | e982afe9a7bf |
EUC-JP | 驍ッ鬧ソ | 1111000111100010100011101010111111110010101010011000111010111111 | f1e28eaff2a98ebf |
UTF-8 | 驍ッ鬧ソ | 111010011010100110001101111011111011110110101111111010011010110010100111111011111011110110111111 | e9a98defbdafe9aca7efbdbf |
UHC | 驍?鬧? | 111111011010010000111111110101111010001000111111 | fda43fd7a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)