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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 噎遨斫 | 100110100111100011100111101010011001110111001111 | 9a78e7a99dcf |
EUC-JP | 噎遨斫 | 110100111101100111101110101010111101101011010001 | d3d9eeabdad1 |
UTF-8 | 噎遨斫 | 111001011001100110001110111010011000000110101000111001101001011010101011 | e5998ee981a8e696ab |
UHC | ??斫 | 00111111001111111110110111000101 | 3f3fedc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)