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 | ????b | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
SJIS-WIN | 伊鄲源?b | 1000100011001001111001111100000010001100101110010011111101100010 | 88c9e7c08cb93f62 |
EUC-JP | 伊鄲源?b | 1011000011001011111011101100001010111000101110110011111101100010 | b0cbeec2b8bb3f62 |
UTF-8 | 伊鄲源렰b | 11100100101111001000101011101001100001001011001011100110101110101001000011101011101000001011000001100010 | e4bc8ae984b2e6ba90eba0b062 |
UHC | 伊鄲源렰b | 111011001010010111010011101100111110101010111001100011101011110101100010 | eca5d3b3eab98ebd62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)