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 | 将ミ将蜿ェモ | 100011111010101111010000100011111010101111100101100011111010101011010011 | 8fabd08fabe58faad3 |
EUC-JP | 将ミ将蜿ェモ | 101111101010110110001110110100001011111010101101111010011110111110001110101010101000111011010011 | bead8ed0beade9ef8eaa8ed3 |
UTF-8 | 将ミ将蜿ェモ | 111001011011000010000110111011111011111010010000111001011011000010000110111010001001110010111111111011111011110110101010111011111011111010010011 | e5b086efbe90e5b086e89cbfefbdaaefbe93 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)