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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 箚爿}箚爿{^ | 1110001010110010111000001010101101111101111000101011001011100000101010110111101101011110 | e2b2e0ab7de2b2e0ab7b5e |
EUC-JP | 箚爿}箚爿{^ | 1110010010110100111000001010110101111101111001001011010011100000101011010111101101011110 | e4b4e0ad7de4b4e0ad7b5e |
UTF-8 | 箚爿}箚爿{^ | 111001111010111010011010111001111000100010111111011111011110011110101110100110101110011110001000101111110111101101011110 | e7ae9ae788bf7de7ae9ae788bf7b5e |
UHC | 箚?}箚?{^ | 111100111011000000111111011111011111001110110000001111110111101101011110 | f3b03f7df3b03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)