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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 簀鬩簀秧^ | 111000101100010111101001101010011110001011000101111000100101111001011110 | e2c5e9a9e2c5e25e5e |
EUC-JP | 簀鬩簀秧^ | 111001001100011111110010101010111110010011000111111000111011111101011110 | e4c7f2abe4c7e3bf5e |
UTF-8 | 簀鬩簀秧^ | 11100111101100001000000011101001101011001010100111100111101100001000000011100111101001111010011101011110 | e7b080e9aca9e7b080e7a7a75e |
UHC | ???秧^ | 001111110011111100111111111001001110101101011110 | 3f3f3fe4eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)