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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隘橸ソ・ホ | 11101000101001011001111011101111101111111010010111001110 | e8a59eefbfa5ce |
EUC-JP | 隘橸ソ・ホ | 11110000101001111101110011110001100011101011111110001110101001011000111011001110 | f0a7dcf18ebf8ea58ece |
UTF-8 | 隘橸ソ・ホ | 111010011001101010011000111001101010100110111000111011111011110110111111111011111011110110100101111011111011111010001110 | e99a98e6a9b8efbdbfefbda5efbe8e |
UHC | 隘???? | 111001001111011000111111001111110011111100111111 | e4f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)