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 | 泳??邀? | 10001001011010100011111100111111111001111011000100111111 | 896a3f3fe7b13f |
EUC-JP | 泳??邀? | 10110001110010110011111100111111111011101011001100111111 | b1cb3f3feeb33f |
UTF-8 | 泳뤺듊邀곮 | 111001101011001110110011111010111010010010111010111010111001001110001010111010011000001010000000111010101011001110101110 | e6b3b3eba4baeb938ae98280eab3ae |
UHC | 泳뤺듊邀곮 | 11100111101101101000111111101000100010101011110111101001101011011000000111101000 | e7b68fe88abde9ad81e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)