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 | 辞奝イ骼ォ | 11111000111111001000111010101011111110101010001010110010111010011000111010101011 | f8fc8eabfaa2b2e98eab |
EUC-JP | ?辞奝イ骼ォ | 001111111011110010101101100011111011100011111000100011101011001011110001111011101000111010101011 | 3fbcad8fb8f88eb2f1ee8eab |
UTF-8 | 辞奝イ骼ォ | 111011101001101010011011111010001011111010011110111001011010010110011101111011111011110110110010111010011010101010111100111011111011110110101011 | ee9a9be8be9ee5a59defbdb2e9aabcefbdab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)