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 | ????P? | 001111110011111100111111001111110101000000111111 | 3f3f3f3f503f |
SJIS-WIN | 靖???P艇 | 1001011011110101001111110011111100111111010100001001001011111000 | 96f53f3f3f5092f8 |
EUC-JP | 靖???P艇 | 1100110011110111001111110011111100111111010100001100010011111010 | ccf73f3f3f50c4fa |
UTF-8 | 靖ㆁ렰렕P艇 | 11101001100111011001011011100011100001101000000111101011101000001011000011101011101000001001010101010000111010001000100110000111 | e99d96e38681eba0b0eba09550e88987 |
UHC | 靖ㆁ렰렕P艇 | 1110111111111110101001001111000110001110101111011000111010101010010100001110111111110011 | effea4f18ebd8eaa50eff3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)