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 | 糀咲外 | 111000101110111110001101111001111000101001001111 | e2ef8de78a4f |
EUC-JP | 糀咲外 | 111001001111000110111010111010011011001110110000 | e4f1bae9b3b0 |
UTF-8 | 糀咲外 | 111001111011001110000000111001011001001010110010111001011010010010010110 | e7b380e592b2e5a496 |
UHC | ??外 | 00111111001111111110100011100010 | 3f3fe8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)