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 | 辿其存辿其 | 10010010010010001001000110110100100100011011011010010010010010001001000110110100 | 924891b491b6924891b4 |
EUC-JP | 辿其存辿其 | 11000011101010011100001010110110110000101011100011000011101010011100001010110110 | c3a9c2b6c2b8c3a9c2b6 |
UTF-8 | 辿其存辿其 | 111010001011111010111111111001011000010110110110111001011010110110011000111010001011111010111111111001011000010110110110 | e8bebfe585b6e5ad98e8bebfe585b6 |
UHC | ?其存?其 | 0011111111010000111011001111000011101101001111111101000011101100 | 3fd0ecf0ed3fd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)