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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 邯オム坂粕B | 111001111011011010110101110100011000110111100010100101001001010001000010 | e7b6b5d18de2949442 |
EUC-JP | 邯オム坂粕B | 1110111010111000100011101011010110001110110100011011101011100100110001111111010001000010 | eeb88eb58ed1bae4c7f442 |
UTF-8 | 邯オム坂粕B | 11101001100000101010111111101111101111011011010111101111101111101001000111100101100111011000001011100111101100101001010101000010 | e982afefbdb5efbe91e59d82e7b29542 |
UHC | 邯??坂粕B | 110010101111101100111111001111111111011111111000110110101101100101000010 | cafb3f3ff7f8dad942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)