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 | 悟??意?? | 1000110011100101001111110011111110001000110100110011111100111111 | 8ce53f3f88d33f3f |
EUC-JP | 悟??意?? | 1011100011100111001111110011111110110000110101010011111100111111 | b8e73f3fb0d53f3f |
UTF-8 | 悟뽯씥意⒴럳 | 111001101000001010011111111010111011110110101111111011001001010010100101111001101000010010001111111000101001001010110100111010111001111110110011 | e6829febbdafec94a5e6848fe292b4eb9fb3 |
UHC | 悟뽯씥意⒴럳 | 111001111111011010010110111010111001110110111001111010111111001010101001111001011000111010010011 | e7f696eb9db9ebf2a9e58e93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)