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 | 永??揖ε/ | 10001001011010010011111100111111100101110100101110000011110000111000000101011110 | 89693f3f974b83c3815e |
EUC-JP | 永??揖ε/ | 10110001110010100011111100111111110011011010110010100110110001011010000110111111 | b1ca3f3fcdaca6c5a1bf |
UTF-8 | 永띠닂揖ε/ | 1110011010110000101110001110101110011101101000001110101110001011100000101110011010001111100101101100111010110101111011111011110010001111 | e6b0b8eb9da0eb8b82e68f96ceb5efbc8f |
UHC | 永띠닂揖ε/ | 111001111011010110110110111011001000100010001011111010111110011110100101111001011010001110101111 | e7b5b6ec888bebe7a5e5a3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)