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 | 螳堺ク奇スォ | 111001011010111010001101111001001011100010001010111011111011110110101011 | e5ae8de4b88aefbdab |
EUC-JP | 螳堺ク奇スォ | 111010101011000010111010111001101000111010111000101101001111000110001110101111011000111010101011 | eab0bae68eb8b4f18ebd8eab |
UTF-8 | 螳堺ク奇スォ | 111010001001111010110011111001011010000010111010111011111011110110111000111001011010010110000111111011111011110110111101111011111011110110101011 | e89eb3e5a0baefbdb8e5a587efbdbdefbdab |
UHC | 螳堺?奇?? | 110100111101100111001100111101110011111111010000111101000011111100111111 | d3d9ccf73fd0f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)