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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 證咏ョ夲ス。 | 111001101001101010011001111001111010111010011010111011111011110110100001 | e69a99e7ae9aefbda1 |
EUC-JP | 證咏ョ夲ス。 | 111010111111101011010010111010011000111010101110110101001111000110001110101111011000111010100001 | ebfad2e98eaed4f18ebd8ea1 |
UTF-8 | 證咏ョ夲ス。 | 111010001010110110001001111001011001001010001111111011111011110110101110111001011010010010110010111011111011110110111101111011111011110110100001 | e8ad89e5928fefbdaee5a4b2efbdbdefbda1 |
UHC | 證????? | 11110001111110110011111100111111001111110011111100111111 | f1fb3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)