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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 矼カ迺ス淲溷ォ | 1110000111100011101101101110011110010010101111011111101101000100100111111110010110101011 | e1e3b6e792bdfb449fe5ab |
EUC-JP | 矼カ迺ス?溷ォ | 11100010111001011000111010110110111011011111001010001110101111010011111111011110111001111000111010101011 | e2e58eb6edf28ebd3fdee78eab |
UTF-8 | 矼カ迺ス淲溷ォ | 111001111001111110111100111011111011110110110110111010001011111110111010111011111011110110111101111001101011011110110010111001101011101010110111111011111011110110101011 | e79fbcefbdb6e8bfbaefbdbde6b7b2e6bab7efbdab |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)