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 | 脂?靖??? | 1000111010001001001111111001011011110101001111110011111100111111 | 8e893f96f53f3f3f |
EUC-JP | 脂?靖??? | 1011101111101001001111111100110011110111001111110011111100111111 | bbe93fccf73f3f3f |
UTF-8 | 脂렟靖ㅹ뤒죞 | 111010001000010010000010111010111010000010011111111010011001110110010110111000111000010110111001111010111010010010010010111011001010001110011110 | e88482eba09fe99d96e385b9eba492eca39e |
UHC | 脂렟靖ㅹ뤒죞 | 111100101011011110001110101100001110111111111110101001001110100110001111110000101010000101110110 | f2b78eb0effea4e98fc2a176 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)