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ȢU | 10010010010010111001000110111011100100011010001001010101 | 924b91bb91a255 |
SJIS-WIN | ?K???¢U | 0011111101001011001111110011111100111111100000011001000101010101 | 3f4b3f3f3f819155 |
EUC-JP | ?K???¢U | 0011111101001011001111110011111100111111101000011111000101010101 | 3f4b3f3f3fa1f155 |
UTF-8 | KȢU | 110000101001001001001011110000101001000111000010101110111100001010010001110000101010001001010101 | c2924bc291c2bbc291c2a255 |
UHC | ?K????U | 00111111010010110011111100111111001111110011111101010101 | 3f4b3f3f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)