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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弔?揖? | 100100101010001000111111100101110100101100111111 | 92a23f974b3f |
EUC-JP | 弔?揖? | 110001001010010000111111110011011010110000111111 | c4a43fcdac3f |
UTF-8 | 弔렍揖렍 | 111001011011110010010100111010111010000010001101111001101000111110010110111010111010000010001101 | e5bc94eba08de68f96eba08d |
UHC | 弔렍揖렍 | 1111000011000000100011101010001111101011111001111000111010100011 | f0c08ea3ebe78ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)