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 | åKâNè\ | 1110010101001011100000011110001010010000010011101110100001011100 | e54b81e2904ee85c |
SJIS-WIN | ?K???N?\ | 0011111101001011001111110011111100111111010011100011111101011100 | 3f4b3f3f3f4e3f5c |
EUC-JP | åK?â?Nè\ | 1000111110101011101010010100101100111111100011111010101110100100001111110100111010001111101010111011001001011100 | 8faba94b3f8faba43f4e8fabb25c |
UTF-8 | åKâNè\ | 11000011101001010100101111000010100000011100001110100010110000101001000001001110110000111010100001011100 | c3a54bc281c3a2c2904ec3a85c |
UHC | ?K???N?\ | 0011111101001011001111110011111100111111010011100011111101011100 | 3f4b3f3f3f4e3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)