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 | KB¢ | 100100100100101110010010010000101001000110100010 | 924b924291a2 |
SJIS-WIN | ?K?B?¢ | 00111111010010110011111101000010001111111000000110010001 | 3f4b3f423f8191 |
EUC-JP | ?K?B?¢ | 00111111010010110011111101000010001111111010000111110001 | 3f4b3f423fa1f1 |
UTF-8 | KB¢ | 11000010100100100100101111000010100100100100001011000010100100011100001010100010 | c2924bc29242c291c2a2 |
UHC | ?K?B?? | 001111110100101100111111010000100011111100111111 | 3f4b3f423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)