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 | 酌借セホ | 100011101101111010001110110110001011111011001110 | 8ede8ed8bece |
EUC-JP | 酌借セホ | 1011110011100000101111001101101010001110101111101000111011001110 | bce0bcda8ebe8ece |
UTF-8 | 酌借セホ | 111010011000010110001100111001011000000010011111111011111011110110111110111011111011111010001110 | e9858ce5809fefbdbeefbe8e |
UHC | 酌借?? | 111011011100110011110011101010000011111100111111 | edccf3a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)