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 | 陟丞ク晢スー | 111010001010000010001111111001011011100010011101111011111011110110110000 | e8a08fe5b89defbdb0 |
EUC-JP | 陟丞ク晢スー | 111100001010001010111110111001111000111010111000110110101111000110001110101111011000111010110000 | f0a2bee78eb8daf18ebd8eb0 |
UTF-8 | 陟丞ク晢スー | 111010011001100110011111111001001011100010011110111011111011110110111000111001101001100110100010111011111011110110111101111011111011110110110000 | e9999fe4b89eefbdb8e699a2efbdbdefbdb0 |
UHC | 陟丞???? | 1111010010110011111000111010101000111111001111110011111100111111 | f4b3e3aa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)