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 | ナ」雹慕エ | 11000101101000111110100010111001100101011110011110110100 | c5a3e8b995e7b4 |
EUC-JP | ナ」雹慕エ | 10001110110001011000111010100011111100001011101111001010111010011000111010110100 | 8ec58ea3f0bbcae98eb4 |
UTF-8 | ナ」雹慕エ | 111011111011111010000101111011111011110110100011111010011001101110111001111001101000010110010101111011111011110110110100 | efbe85efbda3e99bb9e68595efbdb4 |
UHC | ??雹慕? | 00111111001111111101101011011111110110011011011100111111 | 3f3fdadfd9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)