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 | 槽켰 | 111001101010011110111101111011001011110010110000 | e6a7bdecbcb0 |
SJIS-WIN | ?§???° | 0011111110000001100110000011111100111111001111111000000110001011 | 3f81983f3f3f818b |
EUC-JP | �� | 100011111010100111000001101000011111100000111111100011111010101111000000001111111010000111101011 | 8fa9c1a1f83f8fabc03fa1eb |
UTF-8 | 槽켰 | 110000111010011011000010101001111100001010111101110000111010110011000010101111001100001010110000 | c3a6c2a7c2bdc3acc2bcc2b0 |
UHC | 槽?¼° | 1010100110100001101000011101011110101000111101100011111110101000111110011010000111000110 | a9a1a1d7a8f63fa8f9a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)