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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 媛篩劍\ | 10010101010100011110001010111111100110011001100001011100 | 9551e2bf99985c |
EUC-JP | 媛篩劍\ | 11001001101100101110010011000001110100011111100001011100 | c9b2e4c1d1f85c |
UTF-8 | 媛篩劍\ | 11100101101010101001101111100111101011111010100111100101100010101000110101011100 | e5aa9be7afa9e58a8d5c |
UHC | 媛篩劍\ | 11101010101100001101111011101000110010111111110001011100 | eab0dee8cbfc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)