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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ???幼?\ | 00111111001111110011111110010111011000110011111101011100 | 3f3f3f97633f5c |
EUC-JP | ???幼?\ | 00111111001111110011111111001101110001000011111101011100 | 3f3f3fcdc43f5c |
UTF-8 | 捻뚭염幼쉤\ | 11101111101001101010010011101011100110101010110111101100100101111011110011100101101110011011110011101100100010011010010001011100 | efa6a4eb9aadec97bce5b9bcec89a45c |
UHC | 捻뚭염幼쉤\ | 1110011011110111100011001110101010111111101100001110101011101010100110100111100101011100 | e6f78ceabfb0eaea9a795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)