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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???節ф | 00111111001111110011111110010000110111111000010010000110 | 3f3f3f90df8486 |
EUC-JP | ???節ф | 00111111001111110011111111000000111000011010011111100110 | 3f3f3fc0e1a7e6 |
UTF-8 | 筽귡죺節ф | 1110011110101101101111011110101010110111101000011110110010100011101110101110011110101111100000001101000110000100 | e7adbdeab7a1eca3bae7af80d184 |
UHC | 筽귡죺節ф | 11101000101001001000001011101001101000011001010011101111101111011010110011100110 | e8a482e9a194efbdace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)