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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弔?揖?辛? | 100100101010001000111111100101110100101100111111100100000110100000111111 | 92a23f974b3f90683f |
EUC-JP | 弔?揖?辛? | 110001001010010000111111110011011010110000111111101111111100100100111111 | c4a43fcdac3fbfc93f |
UTF-8 | 弔렍揖렍辛렗 | 111001011011110010010100111010111010000010001101111001101000111110010110111010111010000010001101111010001011111010011011111010111010000010010111 | e5bc94eba08de68f96eba08de8be9beba097 |
UHC | 弔렍揖렍辛렗 | 111100001100000010001110101000111110101111100111100011101010001111100011111101001000111010101100 | f0c08ea3ebe78ea3e3f48eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)