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 | 称ケス郛 | 100011111100110010111001101111011110011110111100 | 8fccb9bde7bc |
EUC-JP | 称ケス郛 | 1011111011001110100011101011100110001110101111011110111010111110 | bece8eb98ebdeebe |
UTF-8 | 称ケス郛 | 111001111010011110110000111011111011110110111001111011111011110110111101111010011000001110011011 | e7a7b0efbdb9efbdbde9839b |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)