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 | KP±B | 1001001001001011100100100101000010010001101100011001001001000010 | 924b925091b19242 |
SJIS-WIN | ?K?P?±?B | 001111110100101100111111010100000011111110000001011111010011111101000010 | 3f4b3f503f817d3f42 |
EUC-JP | ?K?P?±?B | 001111110100101100111111010100000011111110100001110111100011111101000010 | 3f4b3f503fa1de3f42 |
UTF-8 | KP±B | 11000010100100100100101111000010100100100101000011000010100100011100001010110001110000101001001001000010 | c2924bc29250c291c2b1c29242 |
UHC | ?K?P?±?B | 001111110100101100111111010100000011111110100001101111100011111101000010 | 3f4b3f503fa1be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)