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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 智?芝?異 | 1001001001110001001111111000111011000101001111111000100011011001 | 92713f8ec53f88d9 |
EUC-JP | 智?芝?異 | 1100001111010010001111111011110011000111001111111011000011011011 | c3d23fbcc73fb0db |
UTF-8 | 智렱芝렫異 | 111001101001100110111010111010111010000010110001111010001000101010011101111010111010000010101011111001111001010110110000 | e699baeba0b1e88a9deba0abe795b0 |
UHC | 智렱芝렫異 | 11110010101010101000111010111110111100101011100110001110101110011110110010110110 | f2aa8ebef2b98eb9ecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)