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 | 葹や坤缸 | 1110010011011111100000101110001010001101101000111110001110011101 | e4df82e28da3e39d |
EUC-JP | 葹や坤缸 | 1110100011100001101001001110010010111010101001011110010111111101 | e8e1a4e4baa5e5fd |
UTF-8 | 葹や坤缸 | 111010001001000110111001111000111000001010000100111001011001110110100100111001111011110010111000 | e891b9e38284e59da4e7bcb8 |
UHC | ?や坤缸 | 00111111101010101110010011001101110111101111100111111100 | 3faae4cddef9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)