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 | 罌??壹?┷ | 111000111010000000111111001111111001101011100011001111111000010010111000 | e3a03f3f9ae33f84b8 |
EUC-JP | 罌??壹?┷ | 111001101010001000111111001111111101010011100101001111111010100010111010 | e6a23f3fd4e53fa8ba |
UTF-8 | 罌삠렕壹듸┷ | 111001111011110110001100111011001000001010100000111010111010000010010101111001011010001110111001111010111001001110111000111000101001010010110111 | e7bd8cec82a0eba095e5a3b9eb93b8e294b7 |
UHC | 罌삠렕壹듸┷ | 111001011010001010111011111000111000111010101010111011001110110010110101111011111010011010111010 | e5a2bbe38eaaececb5efa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)