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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 闥泌、アB | 11101000100100101001010011100101101001001011000101000010 | e89294e5a4b142 |
EUC-JP | 闥泌、アB | 111011111111001011001000111001111000111010100100100011101011000101000010 | eff2c8e78ea48eb142 |
UTF-8 | 闥泌、アB | 11101001100101111010010111100110101100111000110011101111101111011010010011101111101111011011000101000010 | e997a5e6b38cefbda4efbdb142 |
UHC | ?泌??B | 001111111111100110110010001111110011111101000010 | 3ff9b23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)