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 | ?閥?? | 0011111110010100101101000011111100111111 | 3f94b43f3f |
EUC-JP | ?閥?? | 0011111111001000101101100011111100111111 | 3fc8b63f3f |
UTF-8 | 뤶閥잭킂 | 111010111010010010110110111010011001011010100101111011001001111010101101111011011000001010000010 | eba4b6e996a5ec9eaded8282 |
UHC | 뤶閥잭킂 | 1000111111100100110110111110110011000000111010001011010010001110 | 8fe4dbecc0e8b48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)