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 | 池肯?異? | 1001001001110010100011010110110100111111100010001101100100111111 | 92728d6d3f88d93f |
EUC-JP | 池肯?異? | 1100001111010011101110011100111000111111101100001101101100111111 | c3d3b9ce3fb0db3f |
UTF-8 | 池肯딧異렪 | 111001101011000110100000111010001000001010101111111010111001010010100111111001111001010110110000111010111010000010101010 | e6b1a0e882afeb94a7e795b0eba0aa |
UHC | 池肯딧異렪 | 11110010101011101101000011101001101101011111011111101100101101101000111010111000 | f2aed0e9b5f7ecb68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)