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 | ??雄? | 0011111100111111100101110101100100111111 | 3f3f97593f |
EUC-JP | ??雄? | 0011111100111111110011011011101000111111 | 3f3fcdba3f |
UTF-8 | 롛렪雄롍 | 111010111010000110011011111010111010000010101010111010011001101110000100111010111010000110001101 | eba19beba0aae99b84eba18d |
UHC | 롛렪雄롍 | 1000111011011111100011101011100011101010101010011000111011010011 | 8edf8eb8eaa98ed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)