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 | 捨治勺篠 | 1000111011001100100011101010000110001110110110011000111011000010 | 8ecc8ea18ed98ec2 |
EUC-JP | 捨治勺篠 | 1011110011001110101111001010001110111100110110111011110011000100 | bccebca3bcdbbcc4 |
UTF-8 | 捨治勺篠 | 111001101000110110101000111001101011001010111011111001011000101110111010111001111010111110100000 | e68da8e6b2bbe58bbae7afa0 |
UHC | 捨治勺篠 | 1101111011010111111101101011110111101101110000111110000111000110 | ded7f6bdedc3e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)