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 | 畑??猶?Ⅶ | 100101001010100000111111001111111001011101010000001111111000011101011010 | 94a83f3f97503f875a |
EUC-JP | 畑??猶?? | 1100100010101010001111110011111111001101101100010011111100111111 | c8aa3f3fcdb13f3f |
UTF-8 | 畑노씦猶볩Ⅶ | 111001111001010110010001111010111000010110111000111011001001010010100110111001111000110010110110111010111011001110101001111000101000010110100110 | e79591eb85b8ec94a6e78cb6ebb3a9e285a6 |
UHC | 畑노씦猶볩Ⅶ | 111011111010010110110011111010111001110110111010111010111010001010010011111011111010010110110110 | efa5b3eb9dbaeba293efa5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)