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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 潁笘[潁笘[^ | 1001111111110001111000101001100001011011100111111111000111100010100110000101101101011110 | 9ff1e2985b9ff1e2985b5e |
EUC-JP | 潁笘[潁笘[^ | 1101111011110011111000111111100001011011110111101111001111100011111110000101101101011110 | def3e3f85bdef3e3f85b5e |
UTF-8 | 潁笘[潁笘[^ | 111001101011110110000001111001111010110010011000010110111110011010111101100000011110011110101100100110000101101101011110 | e6bd81e7ac985be6bd81e7ac985b5e |
UHC | 潁?[潁?[^ | 111001111011100000111111010110111110011110111000001111110101101101011110 | e7b83f5be7b83f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)