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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?善?菴?^ | 0011111110010001010100000011111111100100101111010011111101011110 | 3f91503fe4bd3f5e |
EUC-JP | ?善?菴?^ | 0011111111000001101100010011111111101000101111110011111101011110 | 3fc1b13fe8bf3f5e |
UTF-8 | 뤶善퍘菴섶^ | 11101011101001001011011011100101100101101000010011101101100011011001100011101000100011111011010011101100100001001011011001011110 | eba4b6e59684ed8d98e88fb4ec84b65e |
UHC | 뤶善퍘菴섶^ | 1000111111100100111000001011110010111011100011111110010011100000101111001011101101011110 | 8fe4e0bcbb8fe4e0bcbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)