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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ーヒソ犹ゥ章サ | 101100001100101110111111111000001011100110101001100011111100110110111011 | b0cbbfe0b9a98fcdbb |
EUC-JP | ーヒソ犹ゥ章サ | 1000111010110000100011101100101110001110101111111110000010111011100011101010100110111110110011111000111010111011 | 8eb08ecb8ebfe0bb8ea9becf8ebb |
UTF-8 | ーヒソ犹ゥ章サ | 111011111011110110110000111011111011111010001011111011111011110110111111111001111000101010111001111011111011110110101001111001111010101110100000111011111011110110111011 | efbdb0efbe8befbdbfe78ab9efbda9e7aba0efbdbb |
UHC | ?????章? | 0011111100111111001111110011111100111111111011011111000100111111 | 3f3f3f3f3fedf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)