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 | ãU}ãU{^ | 1001110010001000111000110101010101111101100111001000100011100011010101010111101101011110 | 9c88e3557d9c88e3557b5e |
SJIS-WIN | ???U}???U{^ | 0011111100111111001111110101010101111101001111110011111100111111010101010111101101011110 | 3f3f3f557d3f3f3f557b5e |
EUC-JP | ??ãU}??ãU{^ | 001111110011111110001111101010111010101001010101011111010011111100111111100011111010101110101010010101010111101101011110 | 3f3f8fabaa557d3f3f8fabaa557b5e |
UTF-8 | ãU}ãU{^ | 1100001010011100110000101000100011000011101000110101010101111101110000101001110011000010100010001100001110100011010101010111101101011110 | c29cc288c3a3557dc29cc288c3a3557b5e |
UHC | ???U}???U{^ | 0011111100111111001111110101010101111101001111110011111100111111010101010111101101011110 | 3f3f3f557d3f3f3f557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)