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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謳爺キス | 111001101001000010010110111010101011011110111101 | e69096eab7bd |
EUC-JP | 謳爺キス | 1110101111110000110011001110110010001110101101111000111010111101 | ebf0ccec8eb78ebd |
UTF-8 | 謳爺キス | 111010001010110010110011111001111000100010111010111011111011110110110111111011111011110110111101 | e8acb3e788baefbdb7efbdbd |
UHC | 謳爺?? | 110011111100010011100101101011000011111100111111 | cfc4e5ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)