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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 裳ャD裳ャD^ | 100011111101011010101100010001001000111111010110101011000100010001011110 | 8fd6ac448fd6ac445e |
EUC-JP | 裳ャD裳ャD^ | 1011111011011000100011101010110001000100101111101101100010001110101011000100010001011110 | bed88eac44bed88eac445e |
UTF-8 | 裳ャD裳ャD^ | 111010001010001110110011111011111011110110101100010001001110100010100011101100111110111110111101101011000100010001011110 | e8a3b3efbdac44e8a3b3efbdac445e |
UHC | 裳?D裳?D^ | 110111111101011100111111010001001101111111010111001111110100010001011110 | dfd73f44dfd73f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)