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 | ?}???| | 001111110111110100111111001111110011111101111100 | 3f7d3f3f3f7c |
SJIS-WIN | ?}???| | 001111110111110100111111001111110011111101111100 | 3f7d3f3f3f7c |
EUC-JP | ?}???| | 001111110111110100111111001111110011111101111100 | 3f7d3f3f3f7c |
UTF-8 | 찼}혲청찼| | 1110110010110000101111000111110111101101100110001011001011101100101100101010110111101100101100001011110001111100 | ecb0bc7ded98b2ecb2adecb0bc7c |
UHC | 찼}혲청찼| | 11000011101000010111110111000010100110011100001110111011110000111010000101111100 | c3a17dc299c3bbc3a17c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)