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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 永??率?P | 1000100101101001001111110011111110010111101001100011111101010000 | 89693f3f97a63f50 |
EUC-JP | 永??率?P | 1011000111001010001111110011111111001110101010000011111101010000 | b1ca3f3fcea83f50 |
UTF-8 | 永띔퇊率퉓P | 11100110101100001011100011101011100111011001010011101101100001111000101011100111100011101000011111101101100010011001001101010000 | e6b0b8eb9d94ed878ae78e87ed899350 |
UHC | 永띔퇊率퉓P | 1110011110110101101101101110101010110111100110111110000111100011101110010110011101010000 | e7b5b6eab79be1e3b96750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)