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 | 酌借セホ | 1000111011011110100011101101100010111110110011101111000011010110 | 8ede8ed8becef0d6 |
EUC-JP | 酌借セホ? | 101111001110000010111100110110101000111010111110100011101100111000111111 | bce0bcda8ebe8ece3f |
UTF-8 | 酌借セホ | 111010011000010110001100111001011000000010011111111011111011110110111110111011111011111010001110111011101000001010010101 | e9858ce5809fefbdbeefbe8eee8295 |
UHC | 酌借??? | 11101101110011001111001110101000001111110011111100111111 | edccf3a83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)