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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 借舎n}借舎n{^ | 10001110110110001000111011001001011011100111110110001110110110001000111011001001011011100111101101011110 | 8ed88ec96e7d8ed88ec96e7b5e |
EUC-JP | 借舎n}借舎n{^ | 10111100110110101011110011001011011011100111110110111100110110101011110011001011011011100111101101011110 | bcdabccb6e7dbcdabccb6e7b5e |
UTF-8 | 借舎n}借舎n{^ | 1110010110000000100111111110100010001000100011100110111001111101111001011000000010011111111010001000100010001110011011100111101101011110 | e5809fe8888e6e7de5809fe8888e6e7b5e |
UHC | 借?n}借?n{^ | 1111001110101000001111110110111001111101111100111010100000111111011011100111101101011110 | f3a83f6e7df3a83f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)