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 | 雲?揖? | 100010010101111100111111100101110100101100111111 | 895f3f974b3f |
EUC-JP | 雲?揖? | 101100011100000000111111110011011010110000111111 | b1c03fcdac3f |
UTF-8 | 雲렊揖렧 | 111010011001101110110010111010111010000010001010111001101000111110010110111010111010000010100111 | e99bb2eba08ae68f96eba0a7 |
UHC | 雲렊揖렧 | 1110101010100011100011101010000111101011111001111000111010110110 | eaa38ea1ebe78eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)