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 | ホィェ釵チ譓 | 1100111010101000101010101110011111011110110000011111101110101011 | cea8aae7dec1fbab |
EUC-JP | ホィェ釵チ譓 | 10001110110011101000111010101000100011101010101011101110111000001000111011000001100011111101111011001011 | 8ece8ea88eaaeee08ec18fdecb |
UTF-8 | ホィェ釵チ譓 | 111011111011111010001110111011111011110110101000111011111011110110101010111010011000011110110101111011111011111010000001111010001010110110010011 | efbe8eefbda8efbdaae987b5efbe81e8ad93 |
UHC | ???釵?? | 00111111001111110011111111110011111110110011111100111111 | 3f3f3ff3fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)