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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?水菅 | 0011111110010000100001011001000010011011 | 3f9085909b |
EUC-JP | ?水菅 | 0011111110111111111001011011111111111011 | 3fbfe5bffb |
UTF-8 | 퀴水菅 | 111011011000000010110100111001101011000010110100111010001000111110000101 | ed80b4e6b0b4e88f85 |
UHC | 퀴水菅 | 110001001111101111100010101010011100111010111001 | c4fbe2a9ceb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)