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 | 邀オ隰晉朕雍 | 1110011110110001101101011110100010101100100111011110011110010010101111011110100010110100 | e7b1b5e8ac9de792bde8b4 |
EUC-JP | 邀オ隰晉朕雍 | 111011101011001110001110101101011111000010101110110110101110100111000100101111111111000010110110 | eeb38eb5f0aedae9c4bff0b6 |
UTF-8 | 邀オ隰晉朕雍 | 111010011000001010000000111011111011110110110101111010011001101010110000111001101001100110001001111001101001110010010101111010011001101110001101 | e98280efbdb5e99ab0e69989e69c95e99b8d |
UHC | 邀??晉朕雍 | 11101001101011010011111100111111111100101100101111110010111110011110100010111100 | e9ad3f3ff2cbf2f9e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)