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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 賁?濯K | 111001101100101000111111100100011111001101001011 | e6ca3f91f34b |
EUC-JP | 賁?濯K | 111011001100110000111111110000101111010101001011 | eccc3fc2f54b |
UTF-8 | 賁뤚濯K | 11101000101100111000000111101011101001001001101011100110101111111010111101001011 | e8b381eba49ae6bfaf4b |
UHC | 賁뤚濯K | 11011101110100111000111111001001111101101111101101001011 | ddd38fc9f6fb4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)