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 | 甑葛劍辛? | 100011011001100110001010100010111001100110011000100100000110100000111111 | 8d998a8b999890683f |
EUC-JP | 甑葛劍辛? | 101110011111100110110011111010111101000111111000101111111100100100111111 | b9f9b3ebd1f8bfc93f |
UTF-8 | 甑葛劍辛렮 | 111001111001010010010001111010001001000110011011111001011000101010001101111010001011111010011011111010111010000010101110 | e79491e8919be58a8de8be9beba0ae |
UHC | 甑葛劍辛렮 | 11110001111101111100101011100111110010111111110011100011111101001000111010111011 | f1f7cae7cbfce3f48ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)