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 | 潁??徇?? | 1001111111110001001111110011111110011100011011010011111100111111 | 9ff13f3f9c6d3f3f |
EUC-JP | 潁??徇?? | 1101111011110011001111110011111111010111110011100011111100111111 | def33f3fd7ce3f3f |
UTF-8 | 潁욌뜙徇볟땭 | 111001101011110110000001111011001001101010001100111010111001110010011001111001011011111010000111111010111011001110011111111010111001010110101101 | e6bd81ec9a8ceb9c99e5be87ebb39feb95ad |
UHC | 潁욌뜙徇볟땭 | 111001111011100010011110111010111000110110011100111000101101111110010011111001011000101110000011 | e7b89eeb8d9ce2df93e58b83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)