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 | 荳ュ鬨丈クュ | 111001001011100010101101111010011010100010001111111001001011100010101101 | e4b8ade9a88fe4b8ad |
EUC-JP | 荳ュ鬨丈クュ | 111010001011101010001110101011011111001010101010101111101110011010001110101110001000111010101101 | e8ba8eadf2aabee68eb88ead |
UTF-8 | 荳ュ鬨丈クュ | 111010001000110110110011111011111011110110101101111010011010110010101000111001001011100010001000111011111011110110111000111011111011110110101101 | e88db3efbdade9aca8e4b888efbdb8efbdad |
UHC | 荳??丈?? | 1101010011100101001111110011111111101101110110110011111100111111 | d4e53f3feddb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)