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 | 葹や源芫 | 1110010011011111100000101110001010001100101110011110010010001011 | e4df82e28cb9e48b |
EUC-JP | 葹や源芫 | 1110100011100001101001001110010010111000101110111110011111101011 | e8e1a4e4b8bbe7eb |
UTF-8 | 葹や源芫 | 111010001001000110111001111000111000001010000100111001101011101010010000111010001000101010101011 | e891b9e38284e6ba90e88aab |
UHC | ?や源? | 001111111010101011100100111010101011100100111111 | 3faae4eab93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)