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 | 瓠敎賓 | 111000010100000011111010110011011001010101101111 | e140facd956f |
EUC-JP | 瓠?賓 | 1110000110100001001111111100100111010000 | e1a13fc9d0 |
UTF-8 | 瓠敎賓 | 111001111001001110100000111001101001010110001110111010001011001110010011 | e793a0e6958ee8b393 |
UHC | 瓠敎賓 | 111110111101001011001110111001111101111010111001 | fbd2cee7deb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)