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 | 諤・闃削共 | 111001101000000010100101111010001000101010001101111011011000101110100100 | e680a5e88a8ded8ba4 |
EUC-JP | 諤・闃削共 | 11101011111000001000111010100101111011111110101010111010111011111011011010100110 | ebe08ea5efeabaefb6a6 |
UTF-8 | 諤・闃削共 | 111010001010101110100100111011111011110110100101111010011001011110000011111001011000100110001010111001011000010110110001 | e8aba4efbda5e99783e5898ae585b1 |
UHC | ???削共 | 00111111001111110011111111011110111110111100110111101100 | 3f3f3fdefbcdec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)