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 | 午ヤ?業? | 1000110011011111100000111000010000111111100010111100011000111111 | 8cdf83843f8bc63f |
EUC-JP | 午ヤ?業? | 1011100011100001101001011110010000111111101101101100100000111111 | b8e1a5e43fb6c83f |
UTF-8 | 午ヤ말業뢉 | 111001011000110110001000111000111000001110100100111010111010011110010000111001101010010110101101111010111010001010001001 | e58d88e383a4eba790e6a5adeba289 |
UHC | 午ヤ말業뢉 | 11100111111011011010101111100100101110001011101111100101111101101000111101000101 | e7edabe4b8bbe5f68f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)