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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阡溷、ャ魃オ | 111010001001010010011111111001011010010010101100111010011010111110110101 | e8949fe5a4ace9afb5 |
EUC-JP | 阡溷、ャ魃オ | 111011111111010011011110111001111000111010100100100011101010110011110010101100011000111010110101 | eff4dee78ea48eacf2b18eb5 |
UTF-8 | 阡溷、ャ魃オ | 111010011001100010100001111001101011101010110111111011111011110110100100111011111011110110101100111010011010110110000011111011111011110110110101 | e998a1e6bab7efbda4efbdace9ad83efbdb5 |
UHC | 阡???魃? | 1111010011000110001111110011111100111111110110111010011000111111 | f4c63f3f3fdba63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)