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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将将ゥー | 10001111101010111111000011111011100011111010101111110001111011011010100110110000 | 8fabf0fb8fabf1eda9b0 |
EUC-JP | 将?将?ゥー | 10111110101011010011111110111110101011010011111110001110101010011000111010110000 | bead3fbead3f8ea98eb0 |
UTF-8 | 将将ゥー | 111001011011000010000110111011101000001010111010111001011011000010000110111011101000010110101000111011111011110110101001111011111011110110110000 | e5b086ee82bae5b086ee85a8efbda9efbdb0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)