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 | 銓怜綾遘 | 1110011111110010100101111110010110001000101110111110011110100111 | e7f297e588bbe7a7 |
EUC-JP | 銓怜綾遘 | 1110111011110100110011101110011110110000101111011110111010101001 | eef4cee7b0bdeea9 |
UTF-8 | 銓怜綾遘 | 111010011000101010010011111001101000000010011100111001111011011010111110111010011000000110011000 | e98a93e6809ce7b6bee98198 |
UHC | 銓怜綾? | 11101111101100001101011010111011110101111101001100111111 | efb0d6bbd7d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)