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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 音???? | 100010011011100100111111001111110011111100111111 | 89b93f3f3f3f |
EUC-JP | 音???? | 101100101011101100111111001111110011111100111111 | b2bb3f3f3f3f |
UTF-8 | 音ㅣ댄렍렎 | 111010011001111110110011111000111000010110100011111010111000110010000100111010111010000010001101111010111010000010001110 | e99fb3e385a3eb8c84eba08deba08e |
UHC | 音ㅣ댄렍렎 | 11101011111001011010010011010011101101001110110110001110101000111000111010100100 | ebe5a4d3b4ed8ea38ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)