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 | 乗德・乗彧 | 1000111111100110111110101011101010100101100011111110011011111010101110011111010001011110 | 8fe6fabaa58fe6fab9f45e |
EUC-JP | 乗?・乗彧? | 1011111011101000001111111000111010100101101111101110100010001111101111001111111000111111 | bee83f8ea5bee88fbcfe3f |
UTF-8 | 乗德・乗彧 | 111001001011100110010111111001011011111010110111111011111011110110100101111001001011100110010111111001011011110110100111111011101000110010001110 | e4b997e5beb7efbda5e4b997e5bda7ee8c8e |
UHC | ?德??彧? | 0011111111010011111011000011111100111111111010011110111000111111 | 3fd3ec3f3fe9ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)