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 | ì±°ì±e^ | 1110110010110001101100001110110010110001100001000110010101011110 | ecb1b0ecb184655e |
SJIS-WIN | ?±°?±?e^ | 0011111110000001011111011000000110001011001111111000000101111101001111110110010101011110 | 3f817d818b3f817d3f655e |
EUC-JP | ì±°ì±?e^ | 100011111010101111000000101000011101111010100001111010111000111110101011110000001010000111011110001111110110010101011110 | 8fabc0a1dea1eb8fabc0a1de3f655e |
UTF-8 | ì±°ì±e^ | 1100001110101100110000101011000111000010101100001100001110101100110000101011000111000010100001000110010101011110 | c3acc2b1c2b0c3acc2b1c284655e |
UHC | ?±°?±?e^ | 0011111110100001101111101010000111000110001111111010000110111110001111110110010101011110 | 3fa1bea1c63fa1be3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)