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 | 髏斐o蟆ア | 111010011001000010010100111000111000001010001111111001011011000010110001 | e99094e3828fe5b0b1 |
EUC-JP | 髏斐o蟆ア | 11110001111100001100100011100101101000111110111111101010101100101000111010110001 | f1f0c8e5a3efeab28eb1 |
UTF-8 | 髏斐o蟆ア | 111010011010101110001111111001101001011010010000111011111011110110001111111010001001111110000110111011111011110110110001 | e9ab8fe69690efbd8fe89f86efbdb1 |
UHC | ?斐o?? | 00111111110111011110110010100011111011110011111100111111 | 3fddeca3ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)