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 | 雍匁z驕ク雍 | 1110100010110100100101101110011010000010100110101110100110000001101110001110100010110100 | e8b496e6829ae981b8e8b4 |
EUC-JP | 雍匁z驕ク雍 | 111100001011011011001100111010001010001111111010111100011110000110001110101110001111000010110110 | f0b6cce8a3faf1e18eb8f0b6 |
UTF-8 | 雍匁z驕ク雍 | 111010011001101110001101111001011000110010000001111011111011110110011010111010011010100110010101111011111011110110111000111010011001101110001101 | e99b8de58c81efbd9ae9a995efbdb8e99b8d |
UHC | 雍?z驕?雍 | 11101000101111000011111110100011111110101100111011110110001111111110100010111100 | e8bc3fa3facef63fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)