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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 粭ユノ~ | 1110001011100100110101011100100101111110 | e2e4d5c97e |
EUC-JP | 粭ユノ~ | 11100100111001101000111011010101100011101100100101111110 | e4e68ed58ec97e |
UTF-8 | 粭ユノ~ | 11100111101100101010110111101111101111101001010111101111101111101000100101111110 | e7b2adefbe95efbe897e |
UHC | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)