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 | 邯夂カ壼驟 | 111001111011011010011010111001111011011010011010111001011110100110000101 | e7b69ae7b69ae5e985 |
EUC-JP | 邯夂カ壼驟 | 11101110101110001101010011101001100011101011011011010100111001111111000111100101 | eeb8d4e98eb6d4e7f1e5 |
UTF-8 | 邯夂カ壼驟 | 111010011000001010101111111001011010010010000010111011111011110110110110111001011010001110111100111010011010100110011111 | e982afe5a482efbdb6e5a3bce9a99f |
UHC | 邯???驟 | 11001010111110110011111100111111001111111111011010101110 | cafb3f3f3ff6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)