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 | 簍衄ヘ | 1110001011001011111001011100011011001101 | e2cbe5c6cd |
EUC-JP | 簍衄ヘ | 111001001100110111101010110010001000111011001101 | e4cdeac88ecd |
UTF-8 | 簍衄ヘ | 111001111011000010001101111010001010000110000100111011111011111010001101 | e7b08de8a184efbe8d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)