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 | 酌邪湘ノ | 10001110110111101000111011010111100011111100001111001001 | 8ede8ed78fc3c9 |
EUC-JP | 酌邪湘ノ | 1011110011100000101111001101100110111110110001011000111011001001 | bce0bcd9bec58ec9 |
UTF-8 | 酌邪湘ノ | 111010011000010110001100111010011000001010101010111001101011100110011000111011111011111010001001 | e9858ce982aae6b998efbe89 |
UHC | 酌邪湘? | 11101101110011001101111011110111110111111100111100111111 | edccdef7dfcf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)