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 | 逾ュ彧ャ | 111001111010010110101101111110101011100110101100 | e7a5adfab9ac |
EUC-JP | 逾ュ彧ャ | 111011101010011110001110101011011000111110111100111111101000111010101100 | eea78ead8fbcfe8eac |
UTF-8 | 逾ュ彧ャ | 111010011000000010111110111011111011110110101101111001011011110110100111111011111011110110101100 | e980beefbdade5bda7efbdac |
UHC | 逾?彧? | 111010111011010100111111111010011110111000111111 | ebb53fe9ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)