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 | 琉笘[琉笘[^ | 1001011110101110111000101001100001011011100101111010111011100010100110000101101101011110 | 97aee2985b97aee2985b5e |
EUC-JP | 琉笘[琉笘[^ | 1100111010110000111000111111100001011011110011101011000011100011111110000101101101011110 | ceb0e3f85bceb0e3f85b5e |
UTF-8 | 琉笘[琉笘[^ | 111001111001000010001001111001111010110010011000010110111110011110010000100010011110011110101100100110000101101101011110 | e79089e7ac985be79089e7ac985b5e |
UHC | 琉?[琉?[^ | 110101111011100000111111010110111101011110111000001111110101101101011110 | d7b83f5bd7b83f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)