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 | ì±ì©~ | 11101100101100011000010011101100101010011000110001111110 | ecb184eca98c7e |
SJIS-WIN | ?±????~ | 0011111110000001011111010011111100111111001111110011111101111110 | 3f817d3f3f3f3f7e |
EUC-JP | ì±?ì©?~ | 1000111110101011110000001010000111011110001111111000111110101011110000001000111110100010111011010011111101111110 | 8fabc0a1de3f8fabc08fa2ed3f7e |
UTF-8 | ì±ì©~ | 11000011101011001100001010110001110000101000010011000011101011001100001010101001110000101000110001111110 | c3acc2b1c284c3acc2a9c28c7e |
UHC | ?±????~ | 0011111110100001101111100011111100111111001111110011111101111110 | 3fa1be3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)