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 | ûç¾ | 1111101110101101100100101110011110111110 | fbad92e7be |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | û??ç? | 100011111010101111100101001111110011111110001111101010111010111000111111 | 8fabe53f3f8fabae3f |
UTF-8 | ûç¾ | 11000011101110111100001010101101110000101001001011000011101001111100001010111110 | c3bbc2adc292c3a7c2be |
UHC | ???¾ | 00111111101000011010100100111111001111111010100011111010 | 3fa1a93f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)