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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 裳ャL裳ャL^ | 100011111101011010101100010011001000111111010110101011000100110001011110 | 8fd6ac4c8fd6ac4c5e |
EUC-JP | 裳ャL裳ャL^ | 1011111011011000100011101010110001001100101111101101100010001110101011000100110001011110 | bed88eac4cbed88eac4c5e |
UTF-8 | 裳ャL裳ャL^ | 111010001010001110110011111011111011110110101100010011001110100010100011101100111110111110111101101011000100110001011110 | e8a3b3efbdac4ce8a3b3efbdac4c5e |
UHC | 裳?L裳?L^ | 110111111101011100111111010011001101111111010111001111110100110001011110 | dfd73f4cdfd73f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)