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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | テつ素^ | 110000111000001011000010100100010110011001011110 | c382c291665e |
EUC-JP | テつ素^ | 10001110110000111010010011000100110000011100011101011110 | 8ec3a4c4c1c75e |
UTF-8 | テつ素^ | 11101111101111101000001111100011100000011010010011100111101101001010000001011110 | efbe83e381a4e7b4a05e |
UHC | ?つ素^ | 001111111010101011000100111000011100100001011110 | 3faac4e1c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)