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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 烏l?? | 100010010100011110000010100011000011111100111111 | 8947828c3f3f |
EUC-JP | 烏l?? | 101100011010100010100011111011000011111100111111 | b1a8a3ec3f3f |
UTF-8 | 烏l옱溜 | 111001111000001110001111111011111011110110001100111011001001100010110001111011111010011110001011 | e7838fefbd8cec98b1efa78b |
UHC | 烏l옱溜 | 1110100010100001101000111110110010011110101011001110101011111110 | e8a1a3ec9eaceafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)