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 | 甓瘋}甓瘋{^ | 1110000101010001111000011000011001111101111000010101000111100001100001100111101101011110 | e151e1867de151e1867b5e |
EUC-JP | 甓瘋}甓瘋{^ | 1110000110110010111000011110011001111101111000011011001011100001111001100111101101011110 | e1b2e1e67de1b2e1e67b5e |
UTF-8 | 甓瘋}甓瘋{^ | 111001111001010010010011111001111001100010001011011111011110011110010100100100111110011110011000100010110111101101011110 | e79493e7988b7de79493e7988b7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)