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 | 莚」蠏ャ | 111001001010110110100011111001011011010110101100 | e4ada3e5b5ac |
EUC-JP | 莚」蠏ャ | 1110100010101111100011101010001111101010101101111000111010101100 | e8af8ea3eab78eac |
UTF-8 | 莚」蠏ャ | 111010001000111010011010111011111011110110100011111010001010000010001111111011111011110110101100 | e88e9aefbda3e8a08fefbdac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)