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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 閼ア譚滓錐] | 11101000100001001011000111100110100111011001111111100110100100001000110101011101 | e884b1e69d9fe6908d5d |
EUC-JP | 閼ア譚滓錐] | 1110111111100100100011101011000111101011111111011101111011101000101111111110110101011101 | efe48eb1ebfddee8bfed5d |
UTF-8 | 閼ア譚滓錐] | 11101001100101101011110011101111101111011011000111101000101011011001101011100110101110111001001111101001100011001001000001011101 | e996bcefbdb1e8ad9ae6bb93e98c905d |
UHC | 閼?譚滓錐] | 11100100110110010011111111010011110010011110111010101011111101011101111001011101 | e4d93fd3c9eeabf5de5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)