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 | ?卍?玄 | 001111111001100111000010001111111000110010111010 | 3f99c23f8cba |
EUC-JP | ?卍?玄 | 001111111101001011000100001111111011100010111100 | 3fd2c43fb8bc |
UTF-8 | 장卍뤺玄 | 111011001001111010100101111001011000110110001101111010111010010010111010111001111000111010000100 | ec9ea5e58d8deba4bae78e84 |
UHC | 장卍뤺玄 | 1100000011100101110110001011001110001111111010001111101011011100 | c0e5d8b38fe8fadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)