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 | ?誌?? | 0011111110001110100011110011111100111111 | 3f8e8f3f3f |
EUC-JP | ?誌?? | 0011111110111011111011110011111100111111 | 3fbbef3f3f |
UTF-8 | 뤵誌쪕헝 | 111010111010010010110101111010001010101010001100111011001010101010010101111011011001011110011101 | eba4b5e8aa8cecaa95ed979d |
UHC | 뤵誌쪕헝 | 1000111111100011111100101011110010100101100011111100011111101011 | 8fe3f2bca58fc7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)