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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驛??猥θ? | 111010011000001100111111001111111110000011001110100000111100011000111111 | e9833f3fe0ce83c63f |
EUC-JP | 驛??猥θ? | 111100011110001100111111001111111110000011010000101001101100100000111111 | f1e33f3fe0d0a6c83f |
UTF-8 | 驛듕툋猥θ춼 | 1110100110101001100110111110101110010011100101011110110110001000100010111110011110001100101001011100111010111000111011001011011010111100 | e9a99beb9395ed888be78ca5ceb8ecb6bc |
UHC | 驛듕툋猥θ춼 | 111001101011111010110101111001001011100010000011111010001110010110100101111010001010110110011000 | e6beb5e4b883e8e5a5e8ad98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)