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 | H@ªH | 1001001001001000100100100100000010010001101010101001001001001000 | 9248924091aa9248 |
SJIS-WIN | ?H?@???H | 0011111101001000001111110100000000111111001111110011111101001000 | 3f483f403f3f3f48 |
EUC-JP | ?H?@?ª?H | 00111111010010000011111101000000001111111000111110100010111011000011111101001000 | 3f483f403f8fa2ec3f48 |
UTF-8 | H@ªH | 11000010100100100100100011000010100100100100000011000010100100011100001010101010110000101001001001001000 | c29248c29240c291c2aac29248 |
UHC | ?H?@?ª?H | 001111110100100000111111010000000011111110101000101000110011111101001000 | 3f483f403fa8a33f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)