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 | ?¾??? | 0011111110111110001111110011111100111111 | 3fbe3f3f3f |
SJIS-WIN | 駭??恁? | 11101001011011100011111100111111100111001000110000111111 | e96e3f3f9c8c3f |
EUC-JP | 駭??恁? | 11110001110011110011111100111111110101111110110000111111 | f1cf3f3fd7ec3f |
UTF-8 | 駭¾킎恁딪 | 1110100110100111101011011100001010111110111011011000001010001110111001101000000110000001111010111001010010101010 | e9a7adc2beed828ee68181eb94aa |
UHC | 駭¾킎恁딪 | 11111010101101001010100011111010101101001001101011101100111101101011010111111010 | fab4a8fab49aecf6b5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)