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 | ì°½ì¨c^ | 1110110010110000101111011110110010101000100110000110001101011110 | ecb0bdeca898635e |
SJIS-WIN | ?°??¨?c^ | 00111111100000011000101100111111001111111000000101001110001111110110001101011110 | 3f818b3f3f814e3f635e |
EUC-JP | ��c^ | 1000111110101011110000001010000111101011001111111000111110101011110000001010000110101111001111110110001101011110 | 8fabc0a1eb3f8fabc0a1af3f635e |
UTF-8 | ì°½ì¨c^ | 1100001110101100110000101011000011000010101111011100001110101100110000101010100011000010100110000110001101011110 | c3acc2b0c2bdc3acc2a8c298635e |
UHC | ?°½?¨?c^ | 0011111110100001110001101010100011110110001111111010000110100111001111110110001101011110 | 3fa1c6a8f63fa1a73f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)