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 | 螂ェ貉帛ュォ | 111001011010010110101010111001101011100110011011111001011010110110101011 | e5a5aae6b99be5adab |
EUC-JP | 螂ェ貉帛ュォ | 111010101010011110001110101010101110110010111011110101101110011110001110101011011000111010101011 | eaa78eaaecbbd6e78ead8eab |
UTF-8 | 螂ェ貉帛ュォ | 111010001001111010000010111011111011110110101010111010001011001010001001111001011011100010011011111011111011110110101101111011111011110110101011 | e89e82efbdaae8b289e5b89befbdadefbdab |
UHC | 螂??帛?? | 1101010111001100001111110011111111011011110110010011111100111111 | d5cc3f3fdbd93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)