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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 硝コ丈 | 100011111100100111110100100011101011101011110010110011111000111111100100 | 8fc9f48ebaf2cf8fe4 |
EUC-JP | 硝?コ?丈 | 1011111011001011001111111000111010111010001111111011111011100110 | becb3f8eba3fbee6 |
UTF-8 | 硝コ丈 | 111001111010000110011101111011101000110010111101111011111011110110111010111011101000100010000110111001001011100010001000 | e7a19dee8cbdefbdbaee8886e4b888 |
UHC | 硝???丈 | 11110101101001100011111100111111001111111110110111011011 | f5a63f3f3feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)