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 | @B²K | 1001001001000000100100100100001010010001101100101001001001001011 | 9240924291b2924b |
SJIS-WIN | ?@?B???K | 0011111101000000001111110100001000111111001111110011111101001011 | 3f403f423f3f3f4b |
EUC-JP | ?@?B???K | 0011111101000000001111110100001000111111001111110011111101001011 | 3f403f423f3f3f4b |
UTF-8 | @B²K | 11000010100100100100000011000010100100100100001011000010100100011100001010110010110000101001001001001011 | c29240c29242c291c2b2c2924b |
UHC | ?@?B?²?K | 001111110100000000111111010000100011111110101001111101110011111101001011 | 3f403f423fa9f73f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)