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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?鄕}?鄕{^ | 001111111111101110111000011111010011111111111011101110000111101101011110 | 3ffbb87d3ffbb87b5e |
EUC-JP | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
UTF-8 | 썋鄕}썋鄕{^ | 111011001000110110001011111010011000010010010101011111011110110010001101100010111110100110000100100101010111101101011110 | ec8d8be984957dec8d8be984957b5e |
UHC | 썋鄕}썋鄕{^ | 1001101101111000111110101100000101111101100110110111100011111010110000010111101101011110 | 9b78fac17d9b78fac17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)