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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 뤙凉핊흐셈^ | 11101011101001001001100111101111101001011011100111101101100101011000101011101101100111011001000011101100100001011000100001011110 | eba499efa5b9ed958aed9d90ec85885e |
UHC | 뤙凉핊흐셈^ | 1000111111001000111001011011110011000000100011111100100011100101101111001100000001011110 | 8fc8e5bcc08fc8e5bcc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)