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 | 謦畷キゎ旺驕 | 1110011010010010100100111110101110110111100000101110110010001001101000001110100110000001 | e69293ebb782ec89a0e981 |
EUC-JP | 謦畷キゎ旺驕 | 111010111111001011000110111011011000111010110111101001001110111010110010101000101111000111100001 | ebf2c6ed8eb7a4eeb2a2f1e1 |
UTF-8 | 謦畷キゎ旺驕 | 111010001010110010100110111001111001010110110111111011111011110110110111111000111000001010001110111001101001011110111010111010011010100110010101 | e8aca6e795b7efbdb7e3828ee697bae9a995 |
UHC | ???ゎ旺驕 | 001111110011111100111111101010101110111011101000110110101100111011110110 | 3f3f3faaeee8dacef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)