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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 奝而辞 | 1111101010100010100011101010011111110010101101011000111010101011 | faa28ea7f2b58eab |
EUC-JP | 奝而?辞 | 1000111110111000111110001011110010101001001111111011110010101101 | 8fb8f8bca93fbcad |
UTF-8 | 奝而辞 | 111001011010010110011101111010001000000010001100111011101000011110101100111010001011111010011110 | e5a59de8808cee87ace8be9e |
UHC | ?而?? | 0011111111101100101110110011111100111111 | 3fecbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)