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 | 隘橸ソ・ | 111010001010010110011110111011111011111110100101 | e8a59eefbfa5 |
EUC-JP | 隘橸ソ・ | 1111000010100111110111001111000110001110101111111000111010100101 | f0a7dcf18ebf8ea5 |
UTF-8 | 隘橸ソ・ | 111010011001101010011000111001101010100110111000111011111011110110111111111011111011110110100101 | e99a98e6a9b8efbdbfefbda5 |
UHC | 隘??? | 1110010011110110001111110011111100111111 | e4f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)