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 | 謦畷キゎ旺 | 111001101001001010010011111010111011011110000010111011001000100110100000 | e69293ebb782ec89a0 |
EUC-JP | 謦畷キゎ旺 | 11101011111100101100011011101101100011101011011110100100111011101011001010100010 | ebf2c6ed8eb7a4eeb2a2 |
UTF-8 | 謦畷キゎ旺 | 111010001010110010100110111001111001010110110111111011111011110110110111111000111000001010001110111001101001011110111010 | e8aca6e795b7efbdb7e3828ee697ba |
UHC | ???ゎ旺 | 00111111001111110011111110101010111011101110100011011010 | 3f3f3faaeee8da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)