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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 畯?在? | 111110110110111100111111100011011101110100111111 | fb6f3f8ddd3f |
EUC-JP | 畯?在? | 10001111110011011011101100111111101110101101111100111111 | 8fcdbb3fbadf3f |
UTF-8 | 畯렚在렍 | 111001111001010110101111111010111010000010011010111001011001110010101000111010111010000010001101 | e795afeba09ae59ca8eba08d |
UHC | 畯렚在렍 | 1111000111100001100011101010110111101110101001001000111010100011 | f1e18eadeea48ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)