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 | 煜カ橫カ | 111110110101010110110110111110101110111010110110 | fb55b6faeeb6 |
EUC-JP | 煜カ?カ | 1000111111001001111111001000111010110110001111111000111010110110 | 8fc9fc8eb63f8eb6 |
UTF-8 | 煜カ橫カ | 111001111000010110011100111011111011110110110110111001101010100110101011111011111011110110110110 | e7859cefbdb6e6a9abefbdb6 |
UHC | 煜?橫? | 111010011111001000111111111111001111010000111111 | e9f23ffcf43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)