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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豎晧「一イ | 1110011010110001100111011110110010100010100010001110101010110010 | e6b19deca288eab2 |
EUC-JP | 豎晧「一イ | 11101100101100111101101011101110100011101010001010110000111011001000111010110010 | ecb3daee8ea2b0ec8eb2 |
UTF-8 | 豎晧「一イ | 111010001011000110001110111001101001100110100111111011111011110110100010111001001011100010000000111011111011110110110010 | e8b18ee699a7efbda2e4b880efbdb2 |
UHC | ?晧?一? | 00111111111110111100010100111111111011001110100100111111 | 3ffbc53fece93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)