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 | 犱痔鈺蒔 | 1111101101011011100011101010010011111011110001001000111010101010 | fb5b8ea4fbc48eaa |
EUC-JP | 犱痔鈺蒔 | 10001111110010101110111110111100101001101000111111100011110101011011110010101100 | 8fcaefbca68fe3d5bcac |
UTF-8 | 犱痔鈺蒔 | 111001111000101010110001111001111001011110010100111010011000100010111010111010001001001010010100 | e78ab1e79794e988bae89294 |
UHC | ?痔鈺蒔 | 00111111111101101100000011101000101011011110001111001000 | 3ff6c0e8ade3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)