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 | 錚敎賓 | 111010000100001011111010110011011001010101101111 | e842facd956f |
EUC-JP | 錚?賓 | 1110111110100011001111111100100111010000 | efa33fc9d0 |
UTF-8 | 錚敎賓 | 111010011000110010011010111001101001010110001110111010001011001110010011 | e98c9ae6958ee8b393 |
UHC | 錚敎賓 | 111011101011011011001110111001111101111010111001 | eeb6cee7deb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)