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 | 輊笘鶻躙 | 1110011101101000111000101001100011101010010100101110011101010111 | e768e298ea52e757 |
EUC-JP | 輊笘鶻躙 | 1110110111001001111000111111100011110011101100111110110110111000 | edc9e3f8f3b3edb8 |
UTF-8 | 輊笘鶻躙 | 111010001011110010001010111001111010110010011000111010011011011010111011111010001011101010011001 | e8bc8ae7ac98e9b6bbe8ba99 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)