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 | 将エ娼フ召? | 100011111010101110110100100011111010100111001100100011111010001000111111 | 8fabb48fa9cc8fa23f |
EUC-JP | 将エ娼フ召尗 | 10111110101011011000111010110100101111101010101110001110110011001011111010100100100011111011101011101010 | bead8eb4beab8eccbea48fbaea |
UTF-8 | 将エ娼フ召尗 | 111001011011000010000110111011111011110110110100111001011010100010111100111011111011111010001100111001011000111110101100111001011011000010010111 | e5b086efbdb4e5a8bcefbe8ce58face5b097 |
UHC | ??娼?召? | 0011111100111111111100111101111000111111111000011010111100111111 | 3f3ff3de3fe1af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)