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 | 逑罷ャィ | 111001111001001110010100111010111010110010101000 | e79394ebaca8 |
EUC-JP | 逑罷ャィ | 1110110111110011110010001110110110001110101011001000111010101000 | edf3c8ed8eac8ea8 |
UTF-8 | 逑罷ャィ | 111010011000000010010001111001111011110110110111111011111011110110101100111011111011110110101000 | e98091e7bdb7efbdacefbda8 |
UHC | 逑罷?? | 110011111100011111110111111100110011111100111111 | cfc7f7f33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)