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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陋滓コス譏蚕 | 11101000100110111001111111100110101110101011110111100110100110001000111001011100 | e89b9fe6babde6988e5c |
EUC-JP | 陋滓コス譏蚕 | 111011111111101111011110111010001000111010111010100011101011110111101011111110001011101110111101 | effbdee88eba8ebdebf8bbbd |
UTF-8 | 陋滓コス譏蚕 | 111010011001100110001011111001101011101110010011111011111011110110111010111011111011110110111101111010001010110110001111111010001001101010010101 | e9998be6bb93efbdbaefbdbde8ad8fe89a95 |
UHC | 陋滓??譏? | 110101111011000011101110101010110011111100111111110100011100000100111111 | d7b0eeab3f3fd1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)