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 | ì±xì±x^ | 111011001011000110001100011110001110110010110001100011000111100001011110 | ecb18c78ecb18c785e |
SJIS-WIN | ?±?x?±?x^ | 0011111110000001011111010011111101111000001111111000000101111101001111110111100001011110 | 3f817d3f783f817d3f785e |
EUC-JP | ì±?xì±?x^ | 100011111010101111000000101000011101111000111111011110001000111110101011110000001010000111011110001111110111100001011110 | 8fabc0a1de3f788fabc0a1de3f785e |
UTF-8 | ì±xì±x^ | 110000111010110011000010101100011100001010001100011110001100001110101100110000101011000111000010100011000111100001011110 | c3acc2b1c28c78c3acc2b1c28c785e |
UHC | ?±?x?±?x^ | 0011111110100001101111100011111101111000001111111010000110111110001111110111100001011110 | 3fa1be3f783fa1be3f785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)