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 | 狎??而∽? | 111000001011111000111111001111111000111010100111100000011110010000111111 | e0be3f3f8ea781e43f |
EUC-JP | 狎??而∽? | 111000001100000000111111001111111011110010101001101000101110011000111111 | e0c03f3fbca9a2e63f |
UTF-8 | 狎띠늿而∽쭓 | 111001111000101110001110111010111001110110100000111010111000101010111111111010001000000010001100111000101000100010111101111011001010110110010011 | e78b8eeb9da0eb8abfe8808ce288bdecad93 |
UHC | 狎띠늿而∽쭓 | 111001001110010010110110111011001000100010001000111011001011101110100001111011111010011110001011 | e4e4b6ec8888ecbba1efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)