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 | 諧?提??禹 | 111001100111111000111111100100101111000100111111001111111110001001011010 | e67e3f92f13f3fe25a |
EUC-JP | 諧?提??禹 | 111010111101111100111111110001001111001100111111001111111110001110111011 | ebdf3fc4f33f3fe3bb |
UTF-8 | 諧찰提렺렓禹 | 111010001010101110100111111011001011000010110000111001101000111110010000111010111010000010111010111010111010000010010011111001111010011010111001 | e8aba7ecb0b0e68f90eba0baeba093e7a6b9 |
UHC | 諧찰提렺렓禹 | 111110101011001011000010111110111111000010101011100011101100001010001110101010001110100111100000 | fab2c2fbf0ab8ec28ea8e9e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)