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 | 痔辞 | 1111000111100111100011101010010011110001111110111000111010101011 | f1e78ea4f1fb8eab |
EUC-JP | ?痔?辞 | 001111111011110010100110001111111011110010101101 | 3fbca63fbcad |
UTF-8 | 痔辞 | 111011101000010110100010111001111001011110010100111011101000010110110110111010001011111010011110 | ee85a2e79794ee85b6e8be9e |
UHC | ?痔?? | 0011111111110110110000000011111100111111 | 3ff6c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)