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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 譚浩據^ | 11100110100111011000110101011111100111011001111101011110 | e69d8d5f9d9f5e |
EUC-JP | 譚浩據^ | 11101011111111011011100111000000110110101010000101011110 | ebfdb9c0daa15e |
UTF-8 | 譚浩據^ | 11101000101011011001101011100110101101011010100111100110100100111001101001011110 | e8ad9ae6b5a9e6939a5e |
UHC | 譚浩據^ | 11010011110010011111101111000111110010111110000001011110 | d3c9fbc7cbe05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)