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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讓ス貉帛ュ | 1110011010101000101111011110011010111001100110111110010110101101 | e6a8bde6b99be5ad |
EUC-JP | 讓ス貉帛ュ | 11101100101010101000111010111101111011001011101111010110111001111000111010101101 | ecaa8ebdecbbd6e78ead |
UTF-8 | 讓ス貉帛ュ | 111010001010111010010011111011111011110110111101111010001011001010001001111001011011100010011011111011111011110110101101 | e8ae93efbdbde8b289e5b89befbdad |
UHC | 讓??帛? | 11100101110100110011111100111111110110111101100100111111 | e5d33f3fdbd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)