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 | 繻∽謙繼 | 1110001110001100100000011110010010001100101010101110001110001011 | e38c81e48caae38b |
EUC-JP | 繻∽謙繼 | 1110010111101100101000101110011010111000101011001110010111101011 | e5eca2e6b8ace5eb |
UTF-8 | 繻∽謙繼 | 111001111011100110111011111000101000100010111101111010001010110010011001111001111011100110111100 | e7b9bbe288bde8ac99e7b9bc |
UHC | ?∽謙繼 | 00111111101000011110111111001100110001011100110110101001 | 3fa1efccc5cda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)