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 | 将ミ娼フ将ェ | 100011111010101111010000100011111010100111001100100011111010101110101010 | 8fabd08fa9cc8fabaa |
EUC-JP | 将ミ娼フ将ェ | 101111101010110110001110110100001011111010101011100011101100110010111110101011011000111010101010 | bead8ed0beab8eccbead8eaa |
UTF-8 | 将ミ娼フ将ェ | 111001011011000010000110111011111011111010010000111001011010100010111100111011111011111010001100111001011011000010000110111011111011110110101010 | e5b086efbe90e5a8bcefbe8ce5b086efbdaa |
UHC | ??娼??? | 00111111001111111111001111011110001111110011111100111111 | 3f3ff3de3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)